mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
324de44521
* Update to JupyterLab 4.3.0a2 * bump galata * Update Playwright Snapshots * Update Playwright Snapshots * Remove custom file filter * Add `jp-ThemedContainer` to the `body` * Bump to 4.3.0b1 * update resolutions * add `intl` to tsconfig * override the lab .jp-ThemedContainer * workaround for .jp-ThemedContainer * more CSS fixes * bump to 4.3.0b2 * bump jupyterlab dep * update to beta 3 * Update Playwright Snapshots * Update Playwright Snapshots * Update to 4.3.0rc0 * update playwright, dedupe * Update Playwright Snapshots * Update Playwright Snapshots * bump python dep * update snapshot * try with a fix statedb state * update snapshots * . * . * . * one more try * last try * give up --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
548 B
JSON
23 lines
548 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": [],
|
|
"lib": ["DOM", "DOM.Iterable", "ES2018", "ES2020.Intl"]
|
|
}
|
|
}
|