UNPKG

zs-control

Version:

State management inspired by Zustand with strong TypeScript typing.

14 lines (13 loc) 289 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "outDir": "./dist" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "tests"] }