Skip to content

Commit

Permalink
global: remove maxNodeModuleJsDepth from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 14, 2023
1 parent 81fc569 commit 0417981
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion apps/mobile/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"baseUrl": "./",
"jsx": "react-native",
"noEmit": true,
"maxNodeModuleJsDepth": 5,
"types": ["node", "jest", "detox"],
"paths": {
"@notesnook/*": ["../../packages"],
Expand Down
5 changes: 1 addition & 4 deletions apps/theme-builder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 10,
"noEmit": true,
"downlevelIteration": true
"noEmit": true
},
"include": ["src"]
}
2 changes: 0 additions & 2 deletions apps/vericrypt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 5,
"noEmit": true
},
"include": ["src"]
Expand Down
1 change: 0 additions & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 5,
"noEmit": true
},
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
Expand Down
2 changes: 0 additions & 2 deletions extensions/web-clipper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 5,
"outDir": "./dist"
},
"include": ["src", "global.d.ts"]
Expand Down
3 changes: 0 additions & 3 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./dist",
"maxNodeModuleJsDepth": 10,
"downlevelIteration": true,
"allowJs": true,
"jsx": "react-jsx"
},
"include": ["src/"]
Expand Down
5 changes: 1 addition & 4 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./dist",
"maxNodeModuleJsDepth": 10,
"downlevelIteration": true,
"allowJs": true,
"jsx": "react-jsx"
"allowJs": true
},
"exclude": ["src/**/*.test.js", "src/**/*.test.skip.js"],
"include": ["src/"]
Expand Down
2 changes: 0 additions & 2 deletions packages/editor-mobile/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"noEmit": true,
"downlevelIteration": true,
"maxNodeModuleJsDepth": 5,
"allowJs": true
},
"include": ["src/"]
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"isolatedModules": true,
"downlevelIteration": true,
"declaration": true,
"removeComments": false
}
Expand Down

0 comments on commit 0417981

Please sign in to comment.