mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 10:26:07 +00:00

* [WIP] Update jupyterlab-ihaskell for 4.x * Address feedback * jupyterlab-ihaskell: more updates * jupyterlab-ihaskell: don't minify * jupyterlab-ihaskell: update * jupyterlab-ihaskell: change mimetype * jupyterlab-ihaskell: update * jupyterlab-ihaskell: works with JupyterLab 4 * jupyterlab-ihaskell: update id * jupyterlab-ihaskell: simplify * jupyterlab-ihaskell: update
24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"incremental": true,
|
|
"lib": ["dom", "es2018"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"resolveJsonModule": true,
|
|
"target": "ES2020",
|
|
"types": []
|
|
},
|
|
"include": ["src/*"]
|
|
}
|