generated from template/vite-react-template
15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"extends": "@kevisual/types/json/frontend.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
},
|
|
"include": [
|
|
"src",
|
|
]
|
|
} |