Skip to content

Commit

Permalink
fix(replay): install script broke
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Oct 13, 2020
1 parent 3728557 commit b79c572
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
17 changes: 17 additions & 0 deletions replay/tsconfig.dist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../build-dist/replay"
},
"include": ["index.ts", "install/*.ts", ".eslintrc.js", "*.json"],
"exclude": [
"dist",
"node_modules",
"**/node_modules",
"app.ts",
"backend",
"shared",
"injected-scripts",
"frontend"
]
}
9 changes: 4 additions & 5 deletions tsconfig.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"references": [
{
"path": "injected-scripts/tsconfig.dist.json"
},
{
"path": "replay/tsconfig.dist.json"
}
],
"include": ["**/*.ts", "**/*.js", "**/*.json"],
Expand All @@ -22,11 +25,7 @@
"**/build",
"build",
"build-dist",
"replay/app.ts",
"replay/frontend",
"replay/backend",
"replay/injected-scripts",
"replay/shared",
"replay",
"examples",
"website",
"injected-scripts"
Expand Down

0 comments on commit b79c572

Please sign in to comment.