notebook/tsconfigbase.json
2022-09-30 09:34:02 +02:00

23 lines
513 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true,
"strictNullChecks": true,
"target": "ES2018",
"types": []
}
}