mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": "../tsconfigbase",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["src/*"],
|
|
"references": []
|
|
}
|