絶対パスのtsconfigを追加

This commit is contained in:
harukin-expo-dev-env 2025-02-13 10:05:55 +00:00
parent 499e895165
commit 45e14274cb

View File

@ -1,4 +1,13 @@
{
"compilerOptions": {},
"compilerOptions": {
"plugins": [
{
"@/*": ["./*"] //
}
],
"paths": {
"@/*": ["./*"] //
}
},
"extends": "expo/tsconfig.base"
}