mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
23 lines
444 B
JSON
23 lines
444 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"noEmitOnError": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"target": "es2015",
|
||
|
"lib": [
|
||
|
"es2015",
|
||
|
"es2015.collection",
|
||
|
"dom",
|
||
|
"es2015.iterable",
|
||
|
"es2017.object"
|
||
|
],
|
||
|
"types": ["jest"],
|
||
|
"jsx": "react",
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|