mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 10:11:47 +00:00
Create jsconfig.json
This commit is contained in:
11
dashboard/jsconfig.json
Normal file
11
dashboard/jsconfig.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"],
|
||||||
|
"@contexts/*": ["./src/common/contexts/*"],
|
||||||
|
"@components/*": ["./src/common/components/*"],
|
||||||
|
"@states/*": ["./src/states/"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user