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

9 lines 158 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "ESNext", "target": "ESNext", "outDir": "./mjs", "declaration": false } }