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