Invalid JSON:
Expected double-quoted property name in JSON
at line 9, column 1
| { | |
| "extends": "./tsconfig", | |
| "compilerOptions": { | |
| "declaration": true, | |
| "emitDeclarationOnly": true, | |
| "noEmit": false | |
| }, | |
| "exclude": ["**/__tests__/**/*", "**/dist/**/*"], | |
| } | |