aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/testnet-faucets/tsconfig.json')
-rw-r--r--packages/testnet-faucets/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/testnet-faucets/tsconfig.json b/packages/testnet-faucets/tsconfig.json
index d7e89a1e2..4997ce208 100644
--- a/packages/testnet-faucets/tsconfig.json
+++ b/packages/testnet-faucets/tsconfig.json
@@ -2,6 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
+ "rootDir": "src/ts",
"strictPropertyInitialization": false
},
"include": ["./src/ts/**/*"]