mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
add shared
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"jsx": "react-jsx",
|
||||
"types": ["vite/client"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": "./src"
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@shared/*": ["../../shared/*.d.ts"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user