UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

35 lines (34 loc) 694 B
{ "compilerOptions": { "declaration": true, "skipLibCheck": true, "strictPropertyInitialization": false, "experimentalDecorators": true, "alwaysStrict": true, "strictNullChecks": true, "noImplicitAny": true, "noImplicitThis": true, "noImplicitOverride": true, "esModuleInterop": true, "target": "ES6", "downlevelIteration": true, "module": "ES2015", "moduleResolution": "Node", "lib": [ "ES2022", "DOM", "DOM.Iterable" ], "rootDir": "src", "outDir": "./modules", "strictFunctionTypes": true }, "include": [ "src" ], "exclude": [ "modules", "polyfills", "node_modules" ] }