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