Commit f3018e04 authored by 神楽坂玲奈's avatar 神楽坂玲奈

deps

parent b9369b64
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"noImplicitAny": true, "noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true, "suppressImplicitAnyIndexErrors": true,
"strictNullChecks": true, "strictNullChecks": false,
"skipLibCheck": true "skipLibCheck": true
}, },
"files": [ "files": [
......
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"lib": [ "lib": [
"es2017", "es2017",
"dom",
"dom.iterable" "dom.iterable"
], ],
"suppressImplicitAnyIndexErrors": true, "suppressImplicitAnyIndexErrors": true,
"strict": true, "strict": false,
"skipLibCheck": true "skipLibCheck": true
}, },
"exclude": [ "exclude": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment