Skip to content

Commit 6339a71

Browse files
committed
chore(demos): temporary revert to es5 build target
1 parent 7e0f5a2 commit 6339a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"baseUrl": "./",
5-
"module": "esnext",
5+
"module": "esnext",
66
"outDir": "./dist/out-tsc",
77
"sourceMap": true,
88
"declaration": false,
99
"moduleResolution": "node",
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
12-
"target": "es2015",
12+
"target": "es5",
1313
"typeRoots": [
1414
"node_modules/@types"
1515
],

0 commit comments

Comments
 (0)