Refactor metadata handling: remove copyright fields from various services and components

This commit is contained in:
2025-11-06 04:21:24 +11:00
parent fd85181983
commit c5185f2c70
8 changed files with 41 additions and 157 deletions

View File

@@ -2,7 +2,7 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node10",
"moduleResolution": "Bundler",
"outDir": "dist/main",
"rootDir": "src",
"types": ["node"],