Files
kodi-api-server/nest-cli.json
T
2023-10-30 11:30:16 +02:00

15 lines
287 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{
"include": "KodiApiInterface/View/",
"outDir": "dist/src",
"watchAssets": true
}
]
}
}