notebook/tsconfigbase.test.json
Jeremy Tuloup 4a0387f6c4
Update to JupyterLab 4.0.0a35 (#6757)
* 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>
2023-03-07 14:42:48 +01:00

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
}
}