refactor: update names, load defaults from package.json

This commit is contained in:
2026-07-15 16:02:30 +05:00
parent 9b27e94d04
commit 4539d39576
13 changed files with 146 additions and 79 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"module": "commonjs",
"target": "ES2022",
"outDir": "out",
"rootDir": "src",
"rootDir": ".",
"lib": ["ES2022"],
"sourceMap": true,
"strict": true,
@@ -17,6 +17,6 @@
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"include": ["src/**/*", "package.json"],
"exclude": ["node_modules", "out", ".vscode-test", "src/**/*.test.ts"]
}