mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"extends": "./buildtools/tsconfig-base.json",
|
|
"include": [
|
|
"app/**/*.js",
|
|
"app/**/*.ts",
|
|
"stubs/**/*.ts",
|
|
"stubs/**/*.ts",
|
|
"test/**/*.js",
|
|
"test/**/*.ts",
|
|
"plugins/**/*.js",
|
|
"plugins/**/*.ts",
|
|
"buildtools/**/*.js",
|
|
"buildtools/**/*.ts",
|
|
]
|
|
}
|