This commit is contained in:
Bojan Kucera 2025-06-03 15:26:21 -04:00
parent 4397541d2c
commit 4ab83d1dc2
5 changed files with 89 additions and 8 deletions

View file

@ -6,7 +6,6 @@
"declaration": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": false,
"module": "ESNext",
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]