mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 15:18:30 -04:00
🔗 path aliases
This commit is contained in:
parent
f461a3977c
commit
9b5abcb4cb
1 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,11 @@
|
|||
"sourceMap": true,
|
||||
"composite": true,
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"@helpers/*": ["helpers/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**"]
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue