From 2c977e2b66ced314a4f51121801f62fe5c3c05e4 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Thu, 1 Mar 2018 08:30:15 -0600 Subject: Initial seed code contribution for CDT Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell --- src/tsconfig.app.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/tsconfig.app.json (limited to 'src/tsconfig.app.json') diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json new file mode 100644 index 0000000..4993ee1 --- /dev/null +++ b/src/tsconfig.app.json @@ -0,0 +1,18 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "baseUrl": "./", + "module": "es2015", + "types": [ + "node" + ], + "typeRoots": [ + "../node_modules/@types" + ] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +} \ No newline at end of file -- cgit 1.2.3-korg