mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES5",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"preserveConstEnums": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"alwaysStrict": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": true
|
|
}
|
|
}
|