diff --git a/examples/01_counter/tsconfig.json b/examples/01_counter/tsconfig.json index d387817..f9e0a7e 100644 --- a/examples/01_counter/tsconfig.json +++ b/examples/01_counter/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", diff --git a/examples/02_suspense/tsconfig.json b/examples/02_suspense/tsconfig.json index d387817..f9e0a7e 100644 --- a/examples/02_suspense/tsconfig.json +++ b/examples/02_suspense/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", diff --git a/package.json b/package.json index 2859d75..e2d7ab7 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "react-dom": "^19.0.0-beta-94eed63c49-20240425", "ts-expect": "^1.3.0", "typescript": "^5.4.5", + "use-zustand": "link:.", "vite": "^5.2.10", "vitest": "^1.5.2", "zustand": "^4.5.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3897a58..6f1eb3f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,6 +68,9 @@ devDependencies: typescript: specifier: ^5.4.5 version: 5.4.5 + use-zustand: + specifier: link:. + version: 'link:' vite: specifier: ^5.2.10 version: 5.2.10(@types/node@20.12.7) diff --git a/tsconfig.json b/tsconfig.json index f59db67..a7cbc30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "nodenext", "skipLibCheck": true,