aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-15 08:35:57 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-15 14:05:57 +0530
commitab213dd0a1e51699aae492f8b546e4a311fcb97d (patch)
tree2dbd59ee85db4899f78f660432190a2df356e8e8 /tsconfig.json
parentfix: Fixed the 'Changelog' menu item to point to the correct branch (diff)
downloadferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.tar.gz
ferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.tar.zst
ferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.zip
Initial plumbing and conversion of a simple javascript to typescript (#1790)
* initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 46e0e6cfa..2676f392d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
1{ 1{
2 "extends": "./tsconfig.settings.json", 2 "extends": "./tsconfig.settings.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": ".tstmp", 4 "outDir": ".tmp",
5 "rootDir": "./" 5 "rootDir": "./"
6 }, 6 }
7} 7}