UNPKG

@fluster.io/config

Version:

Shared configs for the Fluster ecosystem.

20 lines (19 loc) 371 B
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "lib": [ "ES2023", "DOM", "DOM.Iterable" ], "moduleResolution": "bundler", "esModuleInterop": true, "outDir": "lib", "strict": true, "jsx": "react" }, "exclude": [ "lib" ] }