Removed --include-dependencies on backend:dev command

This commit is contained in:
Alec LaLonde
2021-02-23 16:06:28 -07:00
parent 24765d030a
commit 5d1aff854f
3 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"lib": ["es2017", "esnext.asynciterable"],
"target": "es2017",
"composite": true,
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",