From 38c59d321f84ddfb21029df1ccd2979094c95670 Mon Sep 17 00:00:00 2001 From: Ivan Ljubisavljevic Date: Wed, 2 Mar 2022 20:05:03 +0100 Subject: Dodat frontend za test app --- .../TestIvanLjubisavljevic/frontend/tsconfig.spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 sandbox/TestIvanLjubisavljevic/frontend/tsconfig.spec.json (limited to 'sandbox/TestIvanLjubisavljevic/frontend/tsconfig.spec.json') diff --git a/sandbox/TestIvanLjubisavljevic/frontend/tsconfig.spec.json b/sandbox/TestIvanLjubisavljevic/frontend/tsconfig.spec.json new file mode 100755 index 00000000..092345b0 --- /dev/null +++ b/sandbox/TestIvanLjubisavljevic/frontend/tsconfig.spec.json @@ -0,0 +1,18 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine" + ] + }, + "files": [ + "src/test.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} -- cgit v1.2.3