mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 23:35:02 +08:00
build: add ts compiler flag
This commit is contained in:
parent
e958803dd2
commit
e1dcd29419
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"strictNullChecks": true,
|
||||
"skipLibCheck": false
|
||||
"skipLibCheck": false,
|
||||
"noImplicitReturns": true
|
||||
},
|
||||
"ts-node": {
|
||||
"files": true
|
||||
|
|
Loading…
Reference in a new issue