infrastructure-upgrade/lib/v3-core/tsconfig.json

14 lines
344 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"typeRoots": ["./typechain", "./node_modules/@types"],
"types": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle"]
},
"include": ["./test"],
"files": ["./hardhat.config.ts"]
}