From b3a3c614409b6f768e31e8f172f8785967f2b6c4 Mon Sep 17 00:00:00 2001 From: Skillz Date: Fri, 7 Feb 2020 15:59:10 -0500 Subject: [PATCH] add base tsconfig --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.json 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