Module

x/xelement/tsconfig.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.
Latest
File
{ "compilerOptions": {
"strict": true, "esModuleInterop": true, "experimentalDecorators": true,
"sourceMap": true, "declaration": true, "removeComments": false,
"module": "ESNext", "target": "ESNext", "lib": [ "ESNext", "DOM", "DOM.Iterable" ],
"outDir": "module/"
}, "include": [ "source/*" ], "files": [ "source/index.ts" ]}