notebook/tsconfigbase.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
487 B
JSON
Raw Normal View History

2020-12-04 21:15:41 +08:00
{
"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,
"strictNullChecks": true,
"target": "ES2018",
2020-12-04 21:15:41 +08:00
"types": []
}
}