mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-10 12:57:57 -05:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["hardhat.config.ts", "./scripts", "./deploy", "./test"]
|
|
}
|