feat: add compiler options and path mappings to TypeScript configuration
This commit is contained in:
parent
765721b582
commit
971e8a63bc
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.app.json" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue