Skip to content

Commit b447e28

Browse files
Andrew AllenAndrew Allen
Andrew Allen
authored and
Andrew Allen
committed
added custom paths to tsconfig.app.json
1 parent 915a95f commit b447e28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tsconfig.app.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"module": "es2015",
66
"types": [],
77
"paths": {
8-
"typeorm": ["../node_modules/typeorm/typeorm-model-shim.js"]
8+
"typeorm": ["../node_modules/typeorm/typeorm-model-shim.js"],
9+
"@app/*": ["src/app/*"],
10+
"@data/*": ["src/app/data-access/*"]
911
}
1012
},
1113
"exclude": [

0 commit comments

Comments
 (0)