vitest/packages/ui/tsconfig.json
2021-12-21 09:32:09 +01:00

10 lines
155 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"paths": {
"~/*": ["./client/*"]
}
},
"exclude": ["dist", "node_modules"]
}