Files
zk-kit/tsconfig.json
cedoor c14443037e style: format syntax
Former-commit-id: e1055797746996fb92b700c1ff035cd683f07bd6 [formerly 1ce7e27fd8]
Former-commit-id: 3242024106c2fb7192ffb22db6adc873daaeb4d4
2021-10-19 12:22:21 +02:00

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
}
}