UNPKG

@soluzioni-futura/components-container

Version:

Easy and clean way to manage async and sync components in simple and complex projects.

14 lines (13 loc) 207 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true }, "include": [ "./src" ] }