mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-11-21 01:16:35 +08:00
9524a234cf
mostly misc cleanups
19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"extends": "@tsconfig/vite-react",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./resources/assets/src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"resources/assets/src",
|
|
"resources/assets/tests",
|
|
"tools",
|
|
"vite.config.ts",
|
|
"vitest.config.ts"
|
|
]
|
|
}
|