Files
chatngay_chatboard_dev/tsconfig.paths.json

9 lines
95 B
JSON
Raw Normal View History

2021-05-19 11:53:00 +07:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}