Invalid JSON:
Expected double-quoted property name in JSON
at line 5, column 5
| { | |
| "compilerOptions": { | |
| "target": "ES6", | |
| "module": "CommonJS", | |
| // "checkJs": true, // Report errors in JavaScript files | |
| "baseUrl": "./", | |
| "paths": { | |
| "*": ["*", "node_modules/*"], | |
| "~/*": ["./*"] | |
| } | |
| }, | |
| "exclude": ["node_modules"] | |
| } | |