do not define the default baseUrl explicitly

This commit is contained in:
Ulf Gebhardt 2021-10-11 15:27:29 +02:00
parent 3505825d88
commit fea73e9769
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -45,7 +45,7 @@
/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
"@entity/*": ["../database/entity/*"]
},