aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:56:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-31 12:52:16 +0000
commit6e4705bdaf9bb508d05dcea22e869a72939b66b5 (patch)
treed58003f3d579e59f94bd191c437ca7ec490a8ff9 /tsconfig.settings.json
parentMoved 'jss' to a runtime dependency from a dev dependency. Regenerated 'packa... (diff)
downloadferdium-app-6e4705bdaf9bb508d05dcea22e869a72939b66b5.tar.gz
ferdium-app-6e4705bdaf9bb508d05dcea22e869a72939b66b5.tar.zst
ferdium-app-6e4705bdaf9bb508d05dcea22e869a72939b66b5.zip
Removed stale references to 'packages/typings'
Resurrected node modules that are required by the internal-server and recipes submodules
Diffstat (limited to 'tsconfig.settings.json')
-rw-r--r--tsconfig.settings.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index 8fb9ab041..eb2207533 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -15,10 +15,6 @@
15 "forceConsistentCasingInFileNames": true, 15 "forceConsistentCasingInFileNames": true,
16 "importHelpers": true, 16 "importHelpers": true,
17 "removeComments": true, 17 "removeComments": true,
18 "typeRoots": ["packages/typings/types", "node_modules/@types"], 18 "typeRoots": ["node_modules/@types"]
19 "paths": {
20 "@types/*": ["packages/typings/types/*.d.ts"],
21 "*": ["packages/typings/types/*.d.ts"]
22 }
23 } 19 }
24} 20}