From 7e370ba383d93e619553591ec33b11c08f3bf7df Mon Sep 17 00:00:00 2001 From: 0xExp-po Date: Thu, 21 Nov 2024 17:28:49 +0900 Subject: [PATCH] chore: update ts config --- dapp/tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dapp/tsconfig.json b/dapp/tsconfig.json index 8ab9f6f..7374253 100644 --- a/dapp/tsconfig.json +++ b/dapp/tsconfig.json @@ -4,11 +4,7 @@ "baseUrl": "src", "paths": { "@service/*": ["service/*"] - }, - "module": "ESNext", - "moduleResolution": "Node", - "target": "ESNext", - "allowSyntheticDefaultImports": true + } }, "extends": "astro/tsconfigs/strictest", "exclude": ["packages"]