summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-23 17:54:43 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-23 17:54:43 +0900
commita284e8c5ebf0e76f56e0c26cb90d22b6df090a54 (patch)
treef74281059e8356ee7631484bdbffe6ef5f8680dd /test
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.gz
sharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.bz2
sharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.zip
fix test
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"