Skip to content

Commit 0c63a57

Browse files
committed
fix: build
1 parent 76a2290 commit 0c63a57

File tree

4 files changed

+4884
-411
lines changed

4 files changed

+4884
-411
lines changed

packages/inula-intl/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"skipLibCheck": true,
2222
"forceConsistentCasingInFileNames": true,
2323
"moduleResolution": "node",
24-
"target": "es5",
24+
"target": "es6",
2525
"jsx": "preserve",
2626
"resolveJsonModule": true,
2727
"allowSyntheticDefaultImports": true,

packages/inula-request/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"allowJs": true,
77
"strict": true,
88
"lib": ["DOM", "DOM.Iterable", "ESNext", "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020"],
9-
"suppressImplicitAnyIndexErrors": true,
109
"esModuleInterop": true,
1110
"declaration": true,
1211
"moduleResolution": "node",

0 commit comments

Comments
 (0)