mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +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>
18 lines
396 B
JSON
18 lines
396 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,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|