Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 2133270

Browse files
author
nicolaserny
committed
update tsconfig to support dynamic import
1 parent 358b319 commit 2133270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "build/dist",
4-
"module": "commonjs",
4+
"module": "esnext",
55
"target": "es5",
66
"lib": ["es6", "dom"],
77
"sourceMap": true,

0 commit comments

Comments
 (0)