react-code-dataset
/
next.js
/crates
/next-custom-transforms
/tests
/fixture
/track-dynamic-imports
/tsconfig.json
Invalid JSON:
Expected double-quoted property name in JSON
at line 21, column 28
| { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "rootDir": ".", | |
| "allowJs": true, | |
| "checkJs": true, | |
| "lib": ["ESNext", "DOM"], | |
| "skipLibCheck": true, | |
| "strict": true, | |
| "jsx": "preserve", | |
| "target": "ESNext", | |
| "esModuleInterop": true, | |
| "module": "Preserve", | |
| "moduleResolution": "bundler", | |
| "moduleDetection": "force" | |
| }, | |
| "files": ["./index.ts"], // loads ambient declarations for modules used in tests | |
| "include": ["./**/*/input.js", "./**/*/output.js"] | |
| } | |