1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-22 07:29:18 +00:00
Files
libs/packages/easy-sitemap/tsconfig.json
2021-01-20 12:30:32 +01:00

10 lines
123 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"files": [
"src/Sitemap.ts"
]
}