Skip to content

Commit a7958f9

Browse files
author
Simon Planinschek
committed
Set target to es5 and module to esnext
1 parent 7147282 commit a7958f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"compilerOptions": {
33
"module": "ESNext",
4-
"target": "ES6",
4+
"target": "ES5",
55
"jsx": "react",
66
"moduleResolution": "Node",
77
"esModuleInterop": true,
88
"outDir": "./dist",
99
"declaration": true,
10+
"strict": true,
1011
"sourceMap": false
1112
},
1213
"include": [

0 commit comments

Comments
 (0)