17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||
|
|
"useDefineForClassFields": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"allowImportingTsExtensions": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"types": ["vite/client"],
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|