mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Lint
This commit is contained in:
parent
1605b44c6e
commit
2a73de848c
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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,
|
||||
|
@ -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",
|
||||
|
@ -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"]
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user