{ "compilerOptions": { "plugins": [ { "@/*": ["./*"] //追加 } ], "paths": { "@/*": ["./*"] //修正 } }, "extends": "expo/tsconfig.base" }