mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"extends": "./tsconfigbase",
|
|
"include": [
|
|
"packages/**/*",
|
|
"app/**/*",
|
|
"buildutils/**/*",
|
|
"ui-tests/**/*",
|
|
"docs/**/*",
|
|
".eslintrc.js"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|