Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"target": "esnext", | |
"outDir": "dist/", | |
"module": "esnext", | |
"moduleResolution": "node", | |
"strictNullChecks": true, | |
"strictBindCallApply": true, | |
"lib": ["DOM", "ES2021"], | |
"skipLibCheck": true | |
} | |
} | |