diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:54:43 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:54:43 +0900 |
| commit | a284e8c5ebf0e76f56e0c26cb90d22b6df090a54 (patch) | |
| tree | f74281059e8356ee7631484bdbffe6ef5f8680dd /test | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.gz sharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.bz2 sharkey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.zip | |
fix test
Diffstat (limited to 'test')
| -rw-r--r-- | test/tsconfig.json | 4 |
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" |