UNPKG

apprun

Version:

JavaScript library that has Elm inspired architecture, event pub-sub and components

16 lines 339 B
{ "compilerOptions": { "target": "es2020", "module": "esnext", "moduleResolution": "node", "jsx": "react", "jsxFactory": "app.h", "jsxFragmentFactory": "app.Fragment", "lib": ["esnext","dom"], "experimentalDecorators": true, "esModuleInterop": true, "outDir": "../esm", "sourceMap": true, "skipLibCheck": true } }