diff options
author | Raphael <mail@raphaelkabo.com> | 2025-05-28 18:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 18:00:35 +0100 |
commit | bde9b408342f56833cf0a514488365189083f312 (patch) | |
tree | e20a4f074704a2f5ede5ebd05b4f4ad949cd8205 /tsconfig.json | |
parent | 69f75005303d634b9208c23068655385734f4d3a (diff) | |
parent | fb85d79dd2333cd6e0982e5ee0fdc1070ff99889 (diff) |
Merge pull request #198 from dinoue/feature/localization-again
Localization, again
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index cd651a3..b9ad173 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "checkJs": true, "removeComments": true, "resolveJsonModule": true, - "typeRoots": ["./node_modules/@types"], + "typeRoots": ["./node_modules/@types", "./src/types"], "sourceMap": true, "outDir": "dist", "strict": true, |