mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
19 lines
304 B
JSON
19 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"tests/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|