aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-compiler/tsconfig.json')
-rw-r--r--packages/sol-compiler/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-compiler/tsconfig.json b/packages/sol-compiler/tsconfig.json
index 63cbc75c3..c6ffbb99b 100644
--- a/packages/sol-compiler/tsconfig.json
+++ b/packages/sol-compiler/tsconfig.json
@@ -2,6 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
+ "rootDir": ".",
"strictFunctionTypes": false
},
"include": ["./src/**/*", "./test/**/*"]