gristlabs_grist-core/tsconfig.eslint.json

16 lines
289 B
JSON
Raw Normal View History

2022-12-16 16:37:55 +00:00
{
"extends": "./buildtools/tsconfig-base.json",
"include": [
"app/**/*.js",
"app/**/*.ts",
2022-12-27 18:35:03 +00:00
"stubs/**/*.ts",
"stubs/**/*.ts",
2022-12-16 16:37:55 +00:00
"test/**/*.js",
"test/**/*.ts",
"plugins/**/*.js",
"plugins/**/*.ts",
"buildtools/**/*.js",
"buildtools/**/*.ts",
]
}