react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript-runtime
/js
/src
/shared
/tsconfig.json
Invalid JSON:
Expected property name or '}' in JSON
at line 4, column 5
| { | |
| "extends": "../tsconfig.base.json", | |
| "compilerOptions": { | |
| // environment, we need WebWorker for WebAssembly types | |
| "lib": ["ESNext", "WebWorker"] | |
| }, | |
| "include": ["*.ts"] | |
| } | |