Skip to content

Commit eb5f272

Browse files
authored
Update tsconfig.json
1 parent 2dc9706 commit eb5f272

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"noImplicitAny": true,
5-
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
6-
"noEmitOnError": true,
7-
"strictNullChecks": true,
4+
"lib": ["es2015", "dom"],
85
"module": "commonjs",
96
"moduleResolution": "node",
10-
"target": "ES5",
7+
"noEmitOnError": true,
8+
"noUnusedLocals": true,
119
"outDir": "../lib",
10+
"target": "es2015",
11+
"strict": true,
1212
"skipLibCheck": true,
13-
"sourceMap": true
13+
"types": [],
14+
"esModuleInterop":true
1415
}
1516
}

0 commit comments

Comments
 (0)