This commit is contained in:
Manav Rathi 2025-02-14 16:01:39 +05:30
parent 1605b44c6e
commit 2a73de848c
No known key found for this signature in database
7 changed files with 8 additions and 22 deletions

View File

@ -2,9 +2,7 @@
"extends": "@/build-config/tsconfig-next.json",
"compilerOptions": {
/* Set the base directory from which to resolve bare module names. */
"baseUrl": "./src",
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
"baseUrl": "./src"
},
"include": [
"src",

View File

@ -2,9 +2,7 @@
"extends": "@/build-config/tsconfig-next.json",
"compilerOptions": {
/* Set the base directory from which to resolve bare module names. */
"baseUrl": "./src",
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
"baseUrl": "./src"
},
"include": [
"src",

View File

@ -2,9 +2,7 @@
"extends": "@/build-config/tsconfig-next.json",
"compilerOptions": {
/* Set the base directory from which to resolve bare module names. */
"baseUrl": "./src",
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
"baseUrl": "./src"
},
"include": [
"src",

View File

@ -3,12 +3,9 @@
"compilerOptions": {
/* Set the base directory from which to resolve bare module names. */
"baseUrl": "./src",
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false,
/* Override tsconfig-next.json (TODO: Remove me) */
/* Override tsconfig-next.json (TODO: Remove all of us) */
"verbatimModuleSyntax": false,
/* Override tsconfig-next.json (TODO: Remove me) */
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,

View File

@ -1,9 +1,5 @@
{
"extends": "@/build-config/tsconfig-next.json",
"compilerOptions": {
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
},
"include": [
".",
"../base/global-electron.d.ts",

View File

@ -4,7 +4,9 @@
"compilerOptions": {
/* Next.js insists on adding these. Sigh. */
"allowJs": true,
"incremental": true
"incremental": true,
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
},
/* Next.js insists on adding this, even though we don't need it. */
"exclude": ["node_modules"]

View File

@ -3,12 +3,9 @@
"compilerOptions": {
/* Set the base directory from which to resolve bare module names. */
"baseUrl": ".",
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false,
/* Override tsconfig-next.json (TODO: Remove me) */
/* Override tsconfig-next.json (TODO: Remove all of us) */
"verbatimModuleSyntax": false,
/* Override tsconfig-next.json (TODO: Remove me) */
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,