Skip to content

Commit 700a389

Browse files
committed
Update tsconfig
1 parent 25eff11 commit 700a389

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tsconfig.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
4-
"module": "commonjs",
3+
"strict": true,
4+
"sourceMap": true,
55
"declaration": true,
66
"esModuleInterop": true,
7-
"outDir": "./dist",
8-
"strict": true,
9-
"strictPropertyInitialization": false,
10-
"noImplicitAny": true,
117
"resolveJsonModule": true,
12-
"strictNullChecks": true,
8+
"removeComments": true,
9+
"outDir": "./dist",
1310
"lib": ["es2015", "dom"]
1411
},
1512
"include": ["./src/**/*.ts", "./src/**/*.json"],

0 commit comments

Comments
 (0)