Updated dir structure and paths
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
"removeComments": true,
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@utils/*": ["./src/utils/*"],
|
||||
"@interfaces": ["./src/interfaces/index"],
|
||||
"@schemas/*": ["./src/schemas/*"],
|
||||
"@config/*": ["./config/*"],
|
||||
"utils/*": ["src/utils/*"],
|
||||
"interfaces": ["src/interfaces/index"],
|
||||
"schemas/*": ["src/schemas/*"],
|
||||
"config/*": ["src/config/*"],
|
||||
}
|
||||
},
|
||||
"include": ["src"],
|
||||
|
||||
Reference in New Issue
Block a user