We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fe1b commit 283e33dCopy full SHA for 283e33d
tsconfig.json
@@ -3,13 +3,14 @@
3
{
4
"compileOnSave": false,
5
"compilerOptions": {
6
- "baseUrl": "./src/",
+ "baseUrl": "./",
7
"paths": {
8
- "@app/*": ["app/*"],
9
- "@core/*": ["app/core/*"],
10
- "@shared/*": ["app/shared/*"],
11
- "@modules/*": ["app/features/*"],
+ "@app/*": ["src/app/*"],
+ "@core/*": ["src/app/core/*"],
+ "@shared/*": ["src/app/shared/*"],
+ "@modules/*": ["src/app/features/*"],
12
"@env/*": ["environments/*"],
13
+ "@public/*": ["public/*"]
14
},
15
"outDir": "./dist/out-tsc",
16
"strict": true,
0 commit comments