Invalid JSON: Expected property name or '}' in JSON
at line 2, column 3
| { | |
| // ensure that extends works (trailing comma & comment too) | |
| "extends": "../tsconfig.base.json", | |
| "compilerOptions": { | |
| "declarationDir": "../typingsCustom/" | |
| } | |
| } | |
| { | |
| // ensure that extends works (trailing comma & comment too) | |
| "extends": "../tsconfig.base.json", | |
| "compilerOptions": { | |
| "declarationDir": "../typingsCustom/" | |
| } | |
| } | |