1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

厳格にする

This commit is contained in:
Nebel 2019-04-21 19:22:18 +09:00
parent 870e5555e4
commit 25ba12ae3a

View file

@ -17,6 +17,9 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"target": "esnext"
}
}