mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "ES2018",
|
|
"lib": ["DOM", "DOM.iterable"],
|
|
"types": ["jest", "node"],
|
|
"jsx": "react",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|