diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 000000000..142b6d8db --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "noImplicitReturns": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "pretty": true, + "strict": true + } +} \ No newline at end of file