aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/tsconfig.json')
-rw-r--r--helpers/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/helpers/tsconfig.json b/helpers/tsconfig.json
new file mode 100644
index 0000000..21a1541
--- /dev/null
+++ b/helpers/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "module": "esnext",
+ "lib": [
+ "DOM"
+ ],
+ },
+ "include": [
+ "*"
+ ]
+} \ No newline at end of file