mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
厳格にする
This commit is contained in:
parent
870e5555e4
commit
25ba12ae3a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
"noImplicitAny": true,
|
||||||
|
"noImplicitReturns": true,
|
||||||
|
"noImplicitThis": true,
|
||||||
"target": "esnext"
|
"target": "esnext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue