react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript-runtime /js /src /nodejs /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 (not part of @types/node yet) | |
| "lib": ["ESNext", "WebWorker"], | |
| "types": ["node"] | |
| }, | |
| "include": ["*.ts"] | |
| } | |