mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
11 lines
No EOL
298 B
JSON
11 lines
No EOL
298 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{ "include": "assets/**/*", "outDir": "./dist/src", "watchAssets": true },
|
|
{ "include": "mails/**/*","outDir": "./dist/src/", "watchAssets": true }
|
|
],
|
|
"watchAssets": true
|
|
}
|
|
} |