mirror of
https://github.com/chenasraf/stimvisor.git
synced 2026-05-17 17:38:11 +00:00
36 lines
627 B
JSON
36 lines
627 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
],
|
|
"@ui/*": [
|
|
"./src/components/ui/*"
|
|
],
|
|
"@icons": [
|
|
"./src/components/Icons"
|
|
],
|
|
"$app": [
|
|
"./wailsjs/go/main/App"
|
|
],
|
|
"$main/*": [
|
|
"./wailsjs/go/main/*"
|
|
],
|
|
"$runtime/*": [
|
|
"./wailsjs/runtime/*"
|
|
],
|
|
"$models": [
|
|
"./wailsjs/go/models"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|