mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
Updated to use typescript strict typing
This commit is contained in:
parent
62d955a233
commit
a136475f88
8 changed files with 3927 additions and 263 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"rootDir": "src",
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue