summaryrefslogtreecommitdiffstats
path: root/src/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsconfig.app.json')
-rw-r--r--src/tsconfig.app.json18
1 files changed, 18 insertions, 0 deletions
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