quartz/wallet/node_modules/web-encoding/test/ts-use/tsconfig.json
2022-03-04 20:05:23 +08:00

11 lines
215 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"strictBindCallApply": true
}
}