build: add ts compiler flag

This commit is contained in:
Miodec 2024-01-18 23:20:44 +01:00
parent e958803dd2
commit e1dcd29419

View file

@ -12,7 +12,8 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strictNullChecks": true,
"skipLibCheck": false
"skipLibCheck": false,
"noImplicitReturns": true
},
"ts-node": {
"files": true