mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 23:58: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,
|
"sourceMap": true,
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"outDir": "dist",
|
"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