diff options
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json index a9b5a59..2630134 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -10,6 +10,10 @@ /* Bundler mode */ "moduleResolution": "bundler", + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + }, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", |
