notebook/tsconfigbase.json

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

23 lines
548 B
JSON
Raw Permalink Normal View History

2020-12-04 15:15:41 +02: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",
"types": [],
"lib": ["DOM", "DOM.Iterable", "ES2018", "ES2020.Intl"]
2020-12-04 15:15:41 +02:00
}
}