From d13ef670ad1328251d6f1567035bdae8bef686ae Mon Sep 17 00:00:00 2001 From: Ab30657 Date: Sat, 10 Apr 2021 09:59:10 +0545 Subject: first --- src/web/tsconfig.spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/web/tsconfig.spec.json (limited to 'src/web/tsconfig.spec.json') diff --git a/src/web/tsconfig.spec.json b/src/web/tsconfig.spec.json new file mode 100644 index 0000000..092345b --- /dev/null +++ b/src/web/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