add base tsconfig

This commit is contained in:
Skillz
2020-02-07 15:59:10 -05:00
parent 214c12c4a1
commit b3a3c61440

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"strict": true
}
}