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_jsx/tsconfig.json b/examples/02_jsx/tsconfig.json index d387817..f9e0a7e 100644 --- a/examples/02_jsx/tsconfig.json +++ b/examples/02_jsx/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 79346d2..ee72b8b 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,7 @@ "react-dom": "^18.3.1", "ts-expect": "^1.3.0", "typescript": "^5.4.5", + "use-signals": "link:.", "vite": "^5.2.11", "vitest": "^1.6.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 616e2fa..557346f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,6 +76,9 @@ devDependencies: typescript: specifier: ^5.4.5 version: 5.4.5 + use-signals: + specifier: link:. + version: 'link:' vite: specifier: ^5.2.11 version: 5.2.11(@types/node@20.12.12) diff --git a/tsconfig.json b/tsconfig.json index c24e287..10b7f96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "nodenext", "skipLibCheck": true,