Skip to content

Commit

Permalink
feat(crb): adjust tsconfig *
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed Jul 3, 2023
1 parent b9ea30c commit 5916adc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions templates/template-react-recoil/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"allowJs": false,
"esModuleInterop": false,
"isolatedModules": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,

Expand Down
2 changes: 1 addition & 1 deletion templates/template-react-recoil/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "ESNext",
"composite": true,
"skipLibCheck": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
Expand Down
3 changes: 1 addition & 2 deletions templates/template-react-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"allowJs": false,
"esModuleInterop": false,
"isolatedModules": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,

Expand Down
2 changes: 1 addition & 1 deletion templates/template-react-ts/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "ESNext",
"composite": true,
"skipLibCheck": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
Expand Down

0 comments on commit 5916adc

Please sign in to comment.