Created the jsconfig.json
This commit is contained in:
parent
01ece6195f
commit
97373527ed
9
client/jsconfig.json
Normal file
9
client/jsconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@styles/*": ["./src/common/styles/*"],
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user