Skip to content

Commit 1ad3534

Browse files
Andrew AllenAndrew Allen
Andrew Allen
authored and
Andrew Allen
committed
added @DaTa path to tsconfig.json
1 parent 1c16f61 commit 1ad3534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lib": ["es2017", "dom"],
1515
"types": ["jest"],
1616
"paths": {
17-
"@app/*": ["src/app/*"]
17+
"@app/*": ["src/app/*"],
18+
"@data/*": ["src/app/data-access/*"]
1819
}
1920
}
2021
}

0 commit comments

Comments
 (0)