5 lines
168 B
JSON
5 lines
168 B
JSON
{
|
|
"extends": "@/build-config/tsconfig-typecheck.json",
|
|
/* Typecheck all files with the given extensions (here or in subfolders) */
|
|
"include": ["**/*.ts"]
|
|
}
|