Files
bandada/apps/contracts/tsconfig.json

10 lines
234 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es2020",
"module": "CommonJS"
},
"include": ["tasks/**/*", "test/**/*", "typechain-types/**/*"],
"files": ["hardhat.config.ts"]
}