notebook/tsconfigbase.test.json

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

19 lines
422 B
JSON
Raw Normal View History

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