notebook/tsconfig.eslint.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
221 B
JSON
Raw Normal View History

2020-12-04 21:15:41 +08:00
{
"extends": "./tsconfigbase",
2022-04-01 21:48:40 +08:00
"include": [
"packages/**/*",
"app/**/*",
"buildutils/**/*",
"ui-tests/**/*",
"docs/**/*",
".eslintrc.js"
],
2022-04-27 15:31:13 +08:00
"compilerOptions": {
"types": ["jest"]
}
2020-12-04 21:15:41 +08:00
}