svr-imp/tsconfig.build.json

6 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}