From 843c57eba8709d1001cf8cae3a0180f865171167 Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Fri, 4 Mar 2022 00:33:57 +0100 Subject: Dodao prazan front projekat. --- frontend/tsconfig.app.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 frontend/tsconfig.app.json (limited to 'frontend/tsconfig.app.json') diff --git a/frontend/tsconfig.app.json b/frontend/tsconfig.app.json new file mode 100644 index 00000000..82d91dc4 --- /dev/null +++ b/frontend/tsconfig.app.json @@ -0,0 +1,15 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/app", + "types": [] + }, + "files": [ + "src/main.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.d.ts" + ] +} -- cgit v1.2.3