summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-05-28 18:58:46 +0100
committerGitHub <noreply@github.com>2025-05-28 18:58:46 +0100
commit3d84891118f8a81af3ddb978af9b3f8b02fd5d65 (patch)
tree0a8d344e331a0551b73435bbbb3919107737f69f /tsconfig.json
parent6f0b7a44b995b6b66baf42a9369182fc05a90b34 (diff)
parent4664b6968fdcaca54268d60f400da02364213f05 (diff)
Merge branch 'main' into main
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 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,