infinite-proxy/tsconfig.json

13 lines
265 B
JSON
Raw Permalink Normal View History

2022-04-15 10:40:03 +00:00
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"declaration": true
},
"include": ["./scripts", "./test", "./typechain"],
"files": ["./hardhat.config.ts"]
}