aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc20/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/erc20/tsconfig.json')
-rw-r--r--contracts/erc20/tsconfig.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/contracts/erc20/tsconfig.json b/contracts/erc20/tsconfig.json
new file mode 100644
index 000000000..4df7424be
--- /dev/null
+++ b/contracts/erc20/tsconfig.json
@@ -0,0 +1,23 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "outDir": "lib",
+ "rootDir": ".",
+ "resolveJsonModule": true
+ },
+ "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
+ "files": [
+ "./generated-artifacts/DummyERC20Token.json",
+ "./generated-artifacts/DummyMultipleReturnERC20Token.json",
+ "./generated-artifacts/DummyNoReturnERC20Token.json",
+ "./generated-artifacts/ReentrantERC20Token.json",
+ "./generated-artifacts/ERC20Token.json",
+ "./generated-artifacts/IERC20Token.json",
+ "./generated-artifacts/MintableERC20Token.json",
+ "./generated-artifacts/UnlimitedAllowanceERC20Token.json",
+ "./generated-artifacts/IEtherToken.json",
+ "./generated-artifacts/WETH9.json",
+ "./generated-artifacts/ZRXToken.json"
+ ],
+ "exclude": ["./deploy/solc/solc_bin"]
+}