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