@ts4ocds/options
Version:
TS4OCDS is a library of TypeScript entities that takes an approach to befriend large OCDS JSONs with your per-project routine of writing whole lotta interfaces for them.
21 lines • 490 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"target": "esnext",
"lib": [
"esnext"
],
"strict": true,
"skipLibCheck": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"noUnusedParameters": true,
"strictFunctionTypes": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
}
}