Backend/tsconfig.build.json
2022-07-25 10:12:30 +00:00

15 lines
175 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"dist",
"test",
"e2e",
"prod",
"integration"
],
"include": [
"src"
],
}