mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Make Typescript a bit more strict (#45)
This commit is contained in:
parent
f1b6c51ce7
commit
d4478873dd
@ -5,6 +5,9 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"strictNullChecks": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user