This commit is contained in:
Manav Rathi 2024-05-24 20:48:07 +05:30
parent 9061caac99
commit 880b13f436
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"include": [ "include": [
"src", "src",
"next-env.d.ts", "next-env.d.ts",
"../../packages/next/global-electron.d.ts",
"../../packages/shared/themes/mui-theme.d.ts" "../../packages/shared/themes/mui-theme.d.ts"
], ],
// Temporarily disable some things to get the existing code to compile // Temporarily disable some things to get the existing code to compile

View file

@ -17,6 +17,7 @@
"**/*.tsx", "**/*.tsx",
"**/*.js", "**/*.js",
"themes/mui-theme.d.ts", "themes/mui-theme.d.ts",
"../next/log-web.ts" "../next/log-web.ts",
"../next/global-electron.d.ts"
] ]
} }