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" }