aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
new file mode 100644
index 000000000..a8f5f7c0d
--- /dev/null
+++ b/tsconfig.base.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "declaration": true,
+ "strict": true,
+ "moduleResolution": "node",
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true
+ }
+}