From 9720e7d6a706d79f50778af6a39ce6fba79955ed Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Fri, 20 Jul 2018 09:26:29 +0800 Subject: Change the buiding tool to angular-cli Change-Id: Iacc77251238b9d8b2893dbbf311775f9fb7425d3 Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu --- rulemgt-frontend/src/tsconfig.spec.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 rulemgt-frontend/src/tsconfig.spec.json (limited to 'rulemgt-frontend/src/tsconfig.spec.json') diff --git a/rulemgt-frontend/src/tsconfig.spec.json b/rulemgt-frontend/src/tsconfig.spec.json new file mode 100644 index 0000000..18bad40 --- /dev/null +++ b/rulemgt-frontend/src/tsconfig.spec.json @@ -0,0 +1,21 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/spec", + "baseUrl": "./", + "module": "commonjs", + "target": "es5", + "types": [ + "jasmine", + "node" + ] + }, + "files": [ + "test.ts", + "polyfills.ts" + ], + "include": [ + "**/*.spec.ts", + "**/*.d.ts" + ] +} -- cgit 1.2.3-korg