initial
This commit is contained in:
22
jsconfig.json
Normal file
22
jsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"services": [
|
||||
"../services"
|
||||
],
|
||||
"utils": [
|
||||
"../utils"
|
||||
],
|
||||
"extensions": [
|
||||
"../extensions"
|
||||
],
|
||||
"decorators": [
|
||||
"../decorators"
|
||||
],
|
||||
"base": [
|
||||
"../base"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user