From b89629aed37ee02e361faa844424ffaaab17c0bb Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Tue, 30 Jan 2024 23:40:47 +0000 Subject: [PATCH] feat(web): adds ts reset --- apps/web/package.json | 1 + apps/web/reset.d.ts | 1 + pnpm-lock.yaml | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 apps/web/reset.d.ts diff --git a/apps/web/package.json b/apps/web/package.json index 9a70cbb2..2af05870 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -18,6 +18,7 @@ "@orbitkit/db": "workspace:^", "@orbitkit/ui": "workspace:^", "@t3-oss/env-nextjs": "^0.8.0", + "@total-typescript/ts-reset": "^0.5.1", "geist": "^1.2.1", "next": "14.1.0", "next-themes": "^0.2.1", diff --git a/apps/web/reset.d.ts b/apps/web/reset.d.ts new file mode 100644 index 00000000..12bd3edc --- /dev/null +++ b/apps/web/reset.d.ts @@ -0,0 +1 @@ +import '@total-typescript/ts-reset'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7360b146..f6c46f0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,6 +89,9 @@ importers: '@t3-oss/env-nextjs': specifier: ^0.8.0 version: 0.8.0(typescript@5.3.3)(zod@3.22.4) + '@total-typescript/ts-reset': + specifier: ^0.5.1 + version: 0.5.1 geist: specifier: ^1.2.1 version: 1.2.1(next@14.1.0) @@ -2703,6 +2706,10 @@ packages: tailwindcss: 3.4.1 dev: false + /@total-typescript/ts-reset@0.5.1: + resolution: {integrity: sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==} + dev: false + /@tybys/wasm-util@0.8.1: resolution: {integrity: sha512-GSsTwyBl4pIzsxAY5wroZdyQKyhXk0d8PCRZtrSZ2WEB1cBdrp2EgGBwHOGCZtIIPun/DL3+AykCv+J6fyRH4Q==} requiresBuild: true