Fix
This commit is contained in:
parent
9061caac99
commit
880b13f436
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"include": [
|
||||
"src",
|
||||
"next-env.d.ts",
|
||||
"../../packages/next/global-electron.d.ts",
|
||||
"../../packages/shared/themes/mui-theme.d.ts"
|
||||
],
|
||||
// Temporarily disable some things to get the existing code to compile
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"themes/mui-theme.d.ts",
|
||||
"../next/log-web.ts"
|
||||
"../next/log-web.ts",
|
||||
"../next/global-electron.d.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue