fix: tsconfig for parsing

This commit is contained in:
Jacobtread 2026-03-26 13:49:46 +13:00
parent 8859d148e1
commit cdfd8053fd

View file

@ -13,9 +13,9 @@
"lib": ["DOM", "ES5", "ES6"],
"allowSyntheticDefaultImports": true,
"paths": {
"@/*": ["src/*"],
"@/*": ["src/*"]
},
"esModuleInterop": true,
"esModuleInterop": true
},
"include": ["src/**/*", "types/**/*"],
"include": ["src/**/*", "types/**/*"]
}