絶対パスのtsconfigを追加
This commit is contained in:
parent
499e895165
commit
45e14274cb
@ -1,4 +1,13 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {},
|
"compilerOptions": {
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"@/*": ["./*"] //追加
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./*"] //修正
|
||||||
|
}
|
||||||
|
},
|
||||||
"extends": "expo/tsconfig.base"
|
"extends": "expo/tsconfig.base"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user