Invalid JSON: Expected property name or '}' in JSON
at line 2, column 3
| { | |
| // This file is not used in compilation. It is here just for a nice editor experience. | |
| "extends": "@docusaurus/tsconfig", | |
| "compilerOptions": { | |
| "baseUrl": "." | |
| }, | |
| "ts-node": { | |
| "compilerOptions": { | |
| "module": "CommonJS" | |
| } | |
| } | |
| } | |