UNPKG

342 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "ESNext",
4 "lib": ["ESNext"],
5 "noImplicitAny": true,
6 "noImplicitThis": true,
7 "strictNullChecks": true,
8 "strictFunctionTypes": true,
9 "noEmit": true,
10 "target": "ES2020",
11 "esModuleInterop": true,
12 "allowSyntheticDefaultImports": true,
13 "moduleResolution": "Node"
14 }
15}