Skip to main content
Module

x/cnpj/tsconfig.json

πŸ‡§πŸ‡· Format, validate and generate CNPJ numbers in Node & Deno
Latest
File
{ "compilerOptions": { "alwaysStrict": true, "declaration": true, "downlevelIteration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./dist", "skipLibCheck": true, "strict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "target": "esnext" }, "exclude": [ "dist", "test.ts", "mod.ts" ]}