fixed some issues in config service

This commit is contained in:
Bojan Kucera 2025-06-03 12:14:38 -04:00
parent 2f5309d80f
commit 23f7614b29
10 changed files with 125 additions and 43 deletions

View file

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