Refactor SearchService: remove copyright field from CachedMetadata and AdvancedFilter

This commit is contained in:
2025-11-06 04:26:43 +11:00
parent c5185f2c70
commit 472939c7e2
2 changed files with 5 additions and 14 deletions

View File

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