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 160 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "CommonJS", "target": "ES2017", "outDir": "./cjs", "declaration": false } }