fix: Exclude test files from nginx-generator build
This commit is contained in:
parent
ae6b1bee86
commit
7dcf382366
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@
|
|||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue