diff options
Diffstat (limited to 'sdnr/wt-odlux/odlux/apps/connectApp/tsconfig.json')
-rw-r--r-- | sdnr/wt-odlux/odlux/apps/connectApp/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdnr/wt-odlux/odlux/apps/connectApp/tsconfig.json b/sdnr/wt-odlux/odlux/apps/connectApp/tsconfig.json new file mode 100644 index 000000000..18956db7c --- /dev/null +++ b/sdnr/wt-odlux/odlux/apps/connectApp/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "./dist", + }, +} |