aboutsummaryrefslogtreecommitdiff
path: root/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
new file mode 100644
index 0000000..6d2834a
--- /dev/null
+++ b/src/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../tsconfig.base.json",
+ "compilerOptions": {
+ "outDir": "../../dist/src",
+ "composite": true
+ },
+ "references": [{ "path": "../lib" }, { "path": "../config" }],
+ "include": ["src/**/*.ts"]
+}