mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "typechain-types/**/*"],
|
|
"files": ["hardhat.config.ts"]
|
|
}
|