From 292257d627bd1dfeafd772ac6457e2f54c2b73ba Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sun, 4 Apr 2021 01:53:24 +0200 Subject: One step closer to the end --- backend/tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backend/tsconfig.json (limited to 'backend/tsconfig.json') 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 -- cgit v1.3.1