aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-10-23 16:19:40 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-23 10:49:40 +0000
commitc9f8a4e90beb48f96008f3417d603c8e35bc2985 (patch)
tree6161edd53c83df8030b4177fb4df462ed63b77ac /tsconfig.json
parent6.2.1-nightly.26 [skip ci] (diff)
downloadferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.tar.gz
ferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.tar.zst
ferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.zip
chore: convert some js scripts & gulpfile into typescript (#693)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d1465de86..08ea43d77 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -49,5 +49,6 @@
49 "src", 49 "src",
50 "scripts", 50 "scripts",
51 "test", 51 "test",
52 "gulpfile.babel.ts",
52 ], 53 ],
53} 54}