aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-inject/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/service-inject/tsconfig.json')
-rw-r--r--packages/service-inject/tsconfig.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/service-inject/tsconfig.json b/packages/service-inject/tsconfig.json
new file mode 100644
index 0000000..4007f60
--- /dev/null
+++ b/packages/service-inject/tsconfig.json
@@ -0,0 +1,22 @@
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "composite": true,
5 "declarationDir": "dist-types",
6 "emitDeclarationOnly": true,
7 "rootDir": "src",
8 "lib": [
9 "dom",
10 "dom.iterable",
11 "esnext"
12 ]
13 },
14 "references": [
15 {
16 "path": "../service-shared"
17 }
18 ],
19 "include": [
20 "src/**/*.ts"
21 ]
22}