mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-09 22:05:47 +00:00
19 lines
302 B
JSON
19 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"./scripts",
|
|
"./test",
|
|
"./typechain",
|
|
"deploy"
|
|
],
|
|
"files": [
|
|
"./hardhat.config.ts"
|
|
]
|
|
} |