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": [],
|
"files": [],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "./tsconfig.app.json" },
|
{ "path": "./tsconfig.app.json" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue