jrshikoku/tsconfig.json
2025-02-13 10:05:55 +00:00

14 lines
170 B
JSON

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