notebook/tsconfigbase.test.json

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

18 lines
396 B
JSON
Raw Permalink Normal View History

2020-12-04 15:15:41 +02:00
{
"compilerOptions": {
"declaration": true,
"noEmitOnError": true,
"noImplicitAny": true,
2020-12-04 15:15:41 +02:00
"noUnusedLocals": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2018",
"lib": ["DOM", "DOM.iterable"],
2020-12-04 15:15:41 +02:00
"types": ["jest", "node"],
"jsx": "react",
"resolveJsonModule": true,
"esModuleInterop": true,
"strictNullChecks": true
2020-12-04 15:15:41 +02:00
}
}