Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin-action/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion admin-block/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion admin-print-action/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion admin-purchase-options-action/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion app-action/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion app-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true
}
Expand Down
2 changes: 1 addition & 1 deletion app-home/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion checkout-extension/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion conditional-action-extension-js/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion conditional-action-extension-ts/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion customer-account-extension/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion customer-segment-template-data-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true
}
Expand Down
2 changes: 1 addition & 1 deletion order-routing-location-rule/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion pos-action/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion pos-block/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion pos-smart-grid/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion product-configuration-extension/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down
2 changes: 1 addition & 1 deletion validation-settings/tsconfig.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "ES2020",
"checkJs": true,
"allowJs": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true
Expand Down