mirror of
https://github.com/Rate-Limiting-Nullifier/consensus-layer-rln-registration.git
synced 2026-01-10 05:17:58 -05:00
30 lines
699 B
JSON
Executable File
30 lines
699 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
},
|
|
"include": [
|
|
"@/**/*.ts",
|
|
"./scripts/**/*.ts",
|
|
"./deploy/**/*.ts",
|
|
"./test/**/*.ts",
|
|
"./typechain-types/**/*.ts",
|
|
"./client/src/**/*.ts",
|
|
"./client/src/**/*.vue",
|
|
"client/test/*.ts",
|
|
],
|
|
"files": [
|
|
"./hardhat.config.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |