Spaces:
Paused
Paused
Invalid JSON: Unexpected token ']', ..."dex.ts",
]
}
" is not valid JSON
| { | |
| "compilerOptions": { | |
| "lib": ["es2020"], | |
| "emitDeclarationOnly": true, | |
| "outDir": "../dist", | |
| "declaration": true, | |
| "target": "esnext", | |
| "module": "commonjs", | |
| "moduleResolution": "node", | |
| "strict": true, | |
| "allowJs": true, | |
| "checkJs": true, | |
| "incremental": true, | |
| "allowUnreachableCode": false | |
| }, | |
| "types": ["node"], | |
| "include": [ | |
| "./global-types.ts", | |
| "./index.ts", | |
| ] | |
| } | |