From abb8249cb704c0f72d14aec80c1fd832a343063d Mon Sep 17 00:00:00 2001 From: daishi Date: Tue, 21 May 2024 13:17:39 +0900 Subject: [PATCH] no downlevel --- examples/01_counter/tsconfig.json | 1 - examples/02_jsx/tsconfig.json | 1 - package.json | 1 + pnpm-lock.yaml | 3 +++ tsconfig.json | 1 - 5 files changed, 4 insertions(+), 3 deletions(-) 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,