Skip to content

Commit 8c4df2c

Browse files
Adjust tsconfig.json
1 parent 78b6d37 commit 8c4df2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4+
"target": "ES5",
45
"noImplicitAny": true,
56
"removeComments": true,
67
"preserveConstEnums": true,
78
"sourceMap": false,
8-
"outDir": "./",
9+
"outDir": "../",
10+
"rootDir": "./src/",
911
"experimentalDecorators": true
1012
},
1113
"exclude": [

0 commit comments

Comments
 (0)