Skip to content

Commit

Permalink
add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Greegko committed Jul 19, 2021
1 parent 76d3ea8 commit e15897e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,26 @@
"strict": true,
"declaration": true,
"outDir": "dist/",
"paths": {
"@models/*": [
"./src/models/*"
],
"@moduls/*": [
"./src/modules/*"
],
"@lib/*": [
"./src/lib/*"
],
"@core/*": [
"./src/core/*"
]
}
},
"include": [
"public-api.ts",
],
"exclude": [
"node_modules",
"dist"
]
],
}

0 comments on commit e15897e

Please sign in to comment.