mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
14 lines
198 B
JSON
14 lines
198 B
JSON
|
{
|
||
|
"extends": "../../tsconfigbase",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"include": ["src/*"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../application"
|
||
|
}
|
||
|
]
|
||
|
}
|