UNPKG

wbf

Version:

[![LICENSE](https://img.shields.io/github/license/halodong/web-barrier-free?style=flat-square)](./LICENSE) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/halodong/web-barrier

23 lines (22 loc) 573 B
{ "compilerOptions": { "module": "esnext", "declaration": false, "noImplicitAny": false, "removeComments": true, "moduleResolution": "node", "esModuleInterop": true, "noLib": false, "baseUrl": "./src", "target": "esnext", "sourceMap": true, "lib": ["ESNext", "DOM"], "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "strict": true, "skipLibCheck": true }, "exclude": ["node_modules"], }