Module

x/xelement/tsconfig.json

X-Element an agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element standards
Go to Latest
File
{ "compilerOptions": {
"strict": true, "removeComments": true,
"module": "ESNext", "target": "ESNext", "lib": [ "ESNext", "DOM", "DOM.Iterable" ],
}, "include": [ "./src/element/*", "./src/router/*" ], "files": [ "./src/element/element.ts", "./src/router/router.ts" ]}