first commit
This commit is contained in:
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"components/*": ["components/*"],
|
||||
"common/*": ["common/*"],
|
||||
"data/*": ["data/*"],
|
||||
"layouts/*": ["layouts/*"],
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user