aboutsummaryrefslogtreecommitdiffstats
path: root/packages/resolver/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/resolver/tsconfig.json')
-rw-r--r--packages/resolver/tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/resolver/tsconfig.json b/packages/resolver/tsconfig.json
new file mode 100644
index 000000000..f5f4b37c2
--- /dev/null
+++ b/packages/resolver/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "outDir": "lib"
+ },
+ "include": ["src/**/*"]
+}