Skip to content

Commit 283e33d

Browse files
committed
Add alias for public folder in tsconfig.json
1 parent 141fe1b commit 283e33d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tsconfig.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
{
44
"compileOnSave": false,
55
"compilerOptions": {
6-
"baseUrl": "./src/",
6+
"baseUrl": "./",
77
"paths": {
8-
"@app/*": ["app/*"],
9-
"@core/*": ["app/core/*"],
10-
"@shared/*": ["app/shared/*"],
11-
"@modules/*": ["app/features/*"],
8+
"@app/*": ["src/app/*"],
9+
"@core/*": ["src/app/core/*"],
10+
"@shared/*": ["src/app/shared/*"],
11+
"@modules/*": ["src/app/features/*"],
1212
"@env/*": ["environments/*"],
13+
"@public/*": ["public/*"]
1314
},
1415
"outDir": "./dist/out-tsc",
1516
"strict": true,

0 commit comments

Comments
 (0)