tsc
This commit is contained in:
parent
fa9a0cc09f
commit
f5eb997768
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"extends": "@/build-config/tsconfig-typecheck.json",
|
||||
"compilerOptions": {
|
||||
/* Also indicate expectation of a WebWorker runtime */
|
||||
"lib": ["ESnext", "DOM", "DOM.Iterable", "WebWorker"]
|
||||
},
|
||||
/* Typecheck all files with the given extensions (here or in subfolders) */
|
||||
"include": ["**/*.ts", "**/*.tsx"]
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"../../packages/next/global-electron.d.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue