Backend/tsconfig.build.json
2022-11-09 14:05:57 +03:00

15 lines
175 B
JSON
Executable File

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