Module

x/xelement/deno.json

X-Element a zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.
Go to Latest
File
{ "compilerOptions": { "allowJs": true }, "lint": { "files": { "include": [ "utl" ] } }, "fmt": { "files": { "include": [ "utl" ] }, "options": { "useTabs": false, "lineWidth": 500, "indentWidth": 4, "singleQuote": true, "proseWrap": "preserve" } }, "tasks": { "d": "deno run -A utl/deploy.ts", "t": "deno test -A utl/test.ts", "w": "deno run -A utl/watch.ts" }}