aboutsummaryrefslogtreecommitdiffstats
path: root/backend/tsconfig.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-04 01:53:24 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-04 01:53:24 +0200
commit292257d627bd1dfeafd772ac6457e2f54c2b73ba (patch)
treeb7962648b87ab709e8529075ce912950019adaee /backend/tsconfig.json
parenteee4ee32dd667ed6efd31ddcf8f64217b7e16b60 (diff)
downloadfia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.gz
fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.zst
fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.zip
One step closer to the end
Diffstat (limited to 'backend/tsconfig.json')
-rw-r--r--backend/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/tsconfig.json b/backend/tsconfig.json
new file mode 100644
index 0000000..bb9a7dd
--- /dev/null
+++ b/backend/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../tsconfig.json",
+ "include": [
+ "ts/**/*"
+ ],
+ "compilerOptions": {
+ "outDir": "./js"
+ }
+} \ No newline at end of file