2020-05-29 14:55:31 +00:00
|
|
|
{
|
2020-07-13 08:54:08 +00:00
|
|
|
"compilerOptions": {
|
2020-11-05 11:18:20 +00:00
|
|
|
"target": "es2019",
|
2020-07-13 08:54:08 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
2020-11-05 11:18:20 +00:00
|
|
|
"outDir": "dist"
|
2020-07-13 08:54:08 +00:00
|
|
|
},
|
2020-11-05 11:18:20 +00:00
|
|
|
"include": ["./scripts", "./test"],
|
2020-07-13 08:54:08 +00:00
|
|
|
"files": [
|
2020-11-05 11:18:20 +00:00
|
|
|
"./hardhat.config.ts",
|
2020-07-13 08:54:08 +00:00
|
|
|
"node_modules/@nomiclabs/buidler-ethers/src/type-extensions.d.ts",
|
|
|
|
"node_modules/buidler-typechain/src/type-extensions.d.ts",
|
|
|
|
"node_modules/@nomiclabs/buidler-waffle/src/type-extensions.d.ts",
|
|
|
|
"node_modules/@nomiclabs/buidler-etherscan/src/type-extensions.d.ts"
|
|
|
|
]
|
|
|
|
}
|