fix: cannot build prod

This commit is contained in:
2026-07-08 15:31:32 +02:00
parent d486655f54
commit 92b5fd92bc
2 changed files with 5 additions and 13 deletions
+4 -12
View File
@@ -1,15 +1,7 @@
{
"extends": "./tsconfig.base.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"module": "CommonJS",
"target": "ES2022",
"moduleResolution": "Node",
"strict": true,
"skipLibCheck": true,
"ignoreDeprecations": "6.0"
},
"include": ["src/**/*.ts"]
"noEmit": true
}
}