summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
commit23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch)
tree630ab081700b9b3d0bde5901cf75d843cd965d7c /tsconfig.json
parentda15a6ec744281c6ae2b970c72d45b93f8a75109 (diff)
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index fef389a..347572c 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,