diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
| commit | 4b48ba4e8cff670ce4726417fe9b176cda0c4e76 (patch) | |
| tree | 62b04d3a7930067357aa18309537dd8ead5f7035 /src/client/tsconfig.json | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.90.0 (diff) | |
| download | misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.gz misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.bz2 misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/tsconfig.json')
| -rw-r--r-- | src/client/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/tsconfig.json b/src/client/tsconfig.json index ac7ef7ddfc..7a26047ddf 100644 --- a/src/client/tsconfig.json +++ b/src/client/tsconfig.json @@ -21,7 +21,8 @@ "baseUrl": ".", "paths": { "@/*": ["../*"], - "@client/*": ["./*"] + "@client/*": ["./*"], + "@lib/*": ["../../lib/*"], }, "typeRoots": [ "node_modules/@types", |