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 Permalink Normal View History

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