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