web-service/apps/auth/tsconfig.app.json

17 lines
247 B
JSON
Raw Normal View History

2023-06-29 14:13:57 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": false,
"outDir": "../../dist/apps/auth"
},
2023-06-29 17:41:36 +00:00
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist",
"test",
"**/*spec.ts"
]
2023-06-29 14:13:57 +00:00
}