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 b39c22f commit c3137d4Copy full SHA for c3137d4
tsconfig.json
@@ -12,7 +12,7 @@
12
"@framework/*": ["./src/framework/*"],
13
},
14
"forceConsistentCasingInFileNames": true,
15
- "module": "esnext",
+ "module": "es6",
16
"moduleResolution": "node",
17
"preserveConstEnums": true,
18
"declaration": true,
@@ -21,7 +21,7 @@
21
"noLib": false,
22
"emitDecoratorMetadata": true,
23
"experimentalDecorators": true,
24
- "target": "esnext",
+ "target": "es6",
25
"resolveJsonModule": true,
26
"sourceMap": true,
27
"allowJs": true,
@@ -53,4 +53,4 @@
53
"src/**/*",
54
"node_modules/selection-is-backward/*"
55
]
56
-}
+}
0 commit comments