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 /package.json | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.gz misskey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.tar.bz2 misskey-a284e8c5ebf0e76f56e0c26cb90d22b6df090a54.zip | |
fix test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 0e9e5191eb..7f2689d89e 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,6 @@ "@types/jsonld": "1.5.5", "@types/katex": "0.11.0", "@types/koa": "2.13.1", - "@types/koa__cors": "3.0.2", - "@types/koa__multer": "2.0.2", - "@types/koa__router": "8.0.4", "@types/koa-bodyparser": "4.3.0", "@types/koa-cors": "0.0.0", "@types/koa-favicon": "2.0.19", @@ -76,6 +73,9 @@ "@types/koa-mount": "4.0.0", "@types/koa-send": "4.1.2", "@types/koa-views": "2.0.4", + "@types/koa__cors": "3.0.2", + "@types/koa__multer": "2.0.2", + "@types/koa__router": "8.0.4", "@types/markdown-it": "12.0.1", "@types/matter-js": "0.14.10", "@types/mocha": "8.2.1", @@ -236,6 +236,7 @@ "ts-loader": "8.0.18", "ts-node": "9.1.1", "tsc-alias": "1.2.8", + "tsconfig-paths": "3.9.0", "tslint": "6.1.3", "tslint-sonarts": "1.9.0", "typeorm": "0.2.31", |