mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 01:58:31 -05:00
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["tasks/**/*", "test/**/*", "typechain-types/**/*"],
|
|
"files": ["hardhat.config.ts"]
|
|
}
|