Spaces:
Paused
Paused
| { | |
| "compilerOptions": { | |
| "allowJs": false, | |
| "allowSyntheticDefaultImports": true, | |
| "module": "commonjs", | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "pretty": true, | |
| "skipLibCheck": true, | |
| "stripInternal": true, | |
| "sourceMap": true, | |
| "noImplicitAny": true, | |
| "moduleResolution": "node", | |
| "lib": ["dom", "es5", "es7"] | |
| } | |
| } |