contract interaction scripts

This commit is contained in:
mingda
2020-06-27 18:01:18 +08:00
parent d74964085d
commit fbe55acc19
3 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
"typeRoots": ["node_modules/@types"],
"types": ["node", "mocha", "chai"]
},
"include": ["src", "test"],
"include": ["src", "test", "script"],
"exclude": ["scripts/**/*", "build/**/*", "migrations/**/*"],
"compileOnSave": true
}