mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{
|
|
"include": "KodiApiInterface/View/",
|
|
"outDir": "dist/src",
|
|
"watchAssets": true
|
|
},
|
|
{
|
|
"include": "AliasesModule/View/",
|
|
"outDir": "dist/src",
|
|
"watchAssets": true
|
|
}
|
|
]
|
|
}
|
|
}
|