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.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/ethereum-types/tsconfig.json b/packages/ethereum-types/tsconfig.json
new file mode 100644
index 000000000..82a45ea94
--- /dev/null
+++ b/packages/ethereum-types/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "typeRoots": ["../../node_modules/@types"],
+ "outDir": "lib"
+ },
+ "include": ["src/**/*"]
+}