mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"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,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": true,
|
|
"target": "ES2018",
|
|
"types": []
|
|
}
|
|
}
|