@@ -11,5 +11,5 @@
"memory": "8gb",
"storage": "32gb"
},
- "postCreateCommand": "bash -i -c 'nvm use && npm install'"
+ "postCreateCommand": "bash -i -c 'nvm use && npm install && cp tsconfig.web.json tsconfig.json'"
}