This commit is contained in:
2021-05-19 11:53:00 +07:00
commit b493d09a32
7 changed files with 18569 additions and 0 deletions

8
tsconfig.paths.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}