mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"jsx": "react-jsx",
|
|
"types": ["vite/client"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@shared/*": ["../../shared/*.d.ts"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|