1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

chagned tsconfig rule

This commit is contained in:
zeot 2018-11-25 20:26:10 +03:00
parent ac15cfa047
commit 67068dc908

View File

@ -18,6 +18,7 @@
"declaration": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"strictNullChecks": false,
"lib": [
"dom",
"es2017"