UNPKG

vanillajs-browser-helpers

Version:

Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS in the browser

10 lines 189 B
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ESNext", "outDir": "./_tests", "declaration": false, "esModuleInterop": true, "sourceMap": true } }