Reworked support for processing

This commit is contained in:
Endeavorance 2025-04-02 11:45:08 -04:00
parent c1166680a8
commit 6a3157762a
14 changed files with 318 additions and 473 deletions

View file

@ -13,6 +13,7 @@
// Bundler mode
"moduleResolution": "bundler",
"allowArbitraryExtensions": true,
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"declaration": true,
"emitDeclarationOnly": true,
@ -25,7 +26,8 @@
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false,
"baseUrl": "./src",
"paths": {}
"paths": {},
"outDir": "./types",
},
"include": [
"src/**/*.ts",