@canttech/lib-nodejs
TypeScript icon, indicating that this package has built-in type declarations

0.0.167 • Public • Published

Configuração Básica do Typescript

"target": "es2016", "module": "commonjs",
"lib": ["es2020", "dom", "ES2021.String"], "baseUrl": "./", "outDir": "./build", "rootDir": "./src", "strict": true,
"noImplicitAny": true, "noUnusedLocals": true, "moduleResolution": "node", "esModuleInterop": true, "sourceMap": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true,

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.167
    1
    • latest

Version History

Package Sidebar

Install

npm i @canttech/lib-nodejs

Weekly Downloads

160

Version

0.0.167

License

ISC

Unpacked Size

947 kB

Total Files

182

Last publish

Collaborators

  • canttech