Fix tsconfig to ignore node types.

This commit is contained in:
Juliusz Chroboczek
2025-01-04 01:12:56 +01:00
parent d44178c3cb
commit b537a9299d
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES6", "target": "es6",
"types": [],
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": true,
"declaration": true, "declaration": true,