summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tsconfig.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tsconfig.json b/test/tsconfig.json
index 987067ba81..31a537805a 100644
--- a/test/tsconfig.json
+++ b/test/tsconfig.json
@@ -21,6 +21,10 @@
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"isolatedModules": true,
+ "baseUrl": "./",
+ "paths": {
+ "@/*": ["../src/*"]
+ },
"typeRoots": [
"../node_modules/@types",
"../src/@types"