mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 12:18:11 +00:00
implement booking flow
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"assets": [{ "include": "migrations/**/*", "outDir": "dist" }],
|
||||
"assets": [
|
||||
{ "include": "migrations/**/*", "outDir": "dist" },
|
||||
{ "include": "contracts/templates/**/*", "watchAssets": true }
|
||||
],
|
||||
"watchAssets": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user