diff options
Diffstat (limited to 'contracts/test-utils/tsconfig.json')
-rw-r--r-- | contracts/test-utils/tsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contracts/test-utils/tsconfig.json b/contracts/test-utils/tsconfig.json new file mode 100644 index 000000000..e35816553 --- /dev/null +++ b/contracts/test-utils/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tsconfig", + "compilerOptions": { + "outDir": "lib" + }, + "include": ["./src/**/*", "./test/**/*"] +} |