issue # gitlab-ci test

This commit is contained in:
geonhee-min
2025-11-24 11:16:51 +09:00
parent 7ea116dc8e
commit ab74fd1a71
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
{
"compilerOptions": {
"noEmitOnError": true,
"sourceMap": false,
"incremental": true,
"tsBuildInfoFile": ".tsbuildinfo"
},
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}