From 45e14274cb48345a6669b3c2773c5818643dc2b8 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Thu, 13 Feb 2025 10:05:55 +0000 Subject: [PATCH] =?UTF-8?q?=E7=B5=B6=E5=AF=BE=E3=83=91=E3=82=B9=E3=81=AEts?= =?UTF-8?q?config=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0e6371f..7c1a90a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,13 @@ { - "compilerOptions": {}, + "compilerOptions": { + "plugins": [ + { + "@/*": ["./*"] //追加 + } + ], + "paths": { + "@/*": ["./*"] //修正 + } + }, "extends": "expo/tsconfig.base" }