mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
4a0387f6c4
* Update deps * Drop `skipLibCheck` * Integrity fixes * Fix deps * Enable the file size column by default * Fix yarn.lock * Enable file name search toolbar item * Update Playwright Snapshots * Update Playwright Snapshots * Try set overflow options explicitly * Update Playwright Snapshots * Update to the latest Lumino 2 rc * Fix yarn.lock * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
487 B
JSON
22 lines
487 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,
|
|
"strictNullChecks": true,
|
|
"target": "ES2018",
|
|
"types": []
|
|
}
|
|
}
|