UNPKG

brasileirao

Version:

<p align="center"> <a href="https://github.com/godrix/brasileirao/actions"> <img src="https://img.shields.io/github/actions/workflow/status/godrix/brasileirao/publish.yml"/> </a> <a href="https://github.com/godrix/brasileirao"> <img src="htt

22 lines (20 loc) 457 B
{ "compilerOptions": { "lib": ["es2021", "dom"], "target": "es2015", "module": "commonjs", "declaration": true, "outDir": "./dist", "removeComments": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": [ "src/*" ], "exclude": [ "node_modules" ] }