nano-service/tsconfig.build.json

6 lines
81 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"exclude": [
"tests/**/*"
]
}