fix: add typeRoots configuration to tsconfig.json

This commit is contained in:
Noe
2026-02-06 14:59:47 +00:00
parent f20bf23f6d
commit 7c17baac10

View File

@@ -12,6 +12,7 @@
// Bundler mode
"moduleResolution": "bundler",
"typeRoots": ["./node_modules/@types"],
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,