Skip to content

Commit 115ea04

Browse files
Update tsconfig
1 parent 494450a commit 115ea04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
3+
"target": "es5",
44
"jsx": "react-jsx",
5-
"module": "commonjs",
5+
"module": "ESNext",
66
"rootDir": "./src",
77
"resolveJsonModule": true,
88
"declaration": true,
99
"outDir": "./dist",
1010
"esModuleInterop": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"strict": true,
13-
"skipLibCheck": true
13+
"skipLibCheck": true,
14+
"moduleResolution": "Node"
1415
},
1516
"include": ["src/**/*"],
1617
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)