Skip to content

Commit 7e0b1bc

Browse files
authored
Merge pull request #27 from cornhundred/patch-2
Update tsconfig.json
2 parents 2dc9706 + 521e871 commit 7e0b1bc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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+
"types": [],
14+
"esModuleInterop":true,
1315
"sourceMap": true
1416
}
1517
}

0 commit comments

Comments
 (0)