We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91a255 commit 13a6c5bCopy full SHA for 13a6c5b
tsconfig.build.json
@@ -3,7 +3,7 @@
3
"compilerOptions": {
4
"module": "CommonJS",
5
"outDir": "./dist/",
6
- "target": "es5"
+ "target": "ES2015"
7
},
8
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
9
}
tsconfig.json
@@ -2,6 +2,6 @@
2
"extends": "./tsconfig.base.json",
0 commit comments