aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/tsconfig.json')
-rw-r--r--packages/types/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json
index ce916a635..56689eaa3 100644
--- a/packages/types/tsconfig.json
+++ b/packages/types/tsconfig.json
@@ -1,8 +1,8 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
- "typeRoots": ["../../node_modules/@types", "node_modules/@types"],
- "outDir": "lib"
+ "outDir": "lib",
+ "rootDir": "src"
},
"include": ["src/**/*"]
}