zustand/tsconfig.json
Jeremy Holcomb 487dd317b3
Make StateListener simple type and clean up build configs (#69)
* Clean up build/update deps

* Fix StateListener type
2019-10-24 07:02:04 -07:00

17 lines
256 B
JSON

{
"compilerOptions": {
"target": "esnext",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}