summaryrefslogtreecommitdiff
path: root/build/extension/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/extension/tsconfig.base.json')
-rw-r--r--build/extension/tsconfig.base.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/extension/tsconfig.base.json b/build/extension/tsconfig.base.json
new file mode 100644
index 00000000..b53356c9
--- /dev/null
+++ b/build/extension/tsconfig.base.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "noImplicitAny": true,
+ "noImplicitReturns": true,
+ "noUnusedLocals": true,
+ "noUnusedParameters": true
+ }
+} \ No newline at end of file