edtech / apps /web /tsconfig.json
CognxSafeTrack
feat(ui): complete landing page and admin dashboard exports
d8249dc
{
"extends": "../../packages/tsconfig/vite-react.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}