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