Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 30, 2024
1 parent dfc5d6c commit e914fa6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions fixtures/webstudio-cloudflare-template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"customConditions": ["webstudio"],

// Vite takes care of building everything, not tsc.
"noEmit": true
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/templates/defaults/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"forceConsistentCasingInFileNames": true,
"allowImportingTsExtensions": true,
"baseUrl": ".",
"customConditions": ["webstudio"],

// Remix takes care of building everything in `remix build`.
"noEmit": true,
"skipLibCheck": true
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/templates/internal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"forceConsistentCasingInFileNames": true,
"allowImportingTsExtensions": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
"customConditions": ["webstudio"],

// Remix takes care of building everything in `remix build`.
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/templates/saas-helpers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
"customConditions": ["webstudio"],

// Vite takes care of building everything, not tsc.
Expand Down

0 comments on commit e914fa6

Please sign in to comment.