Skip to content

Commit

Permalink
merge pass two
Browse files Browse the repository at this point in the history
  • Loading branch information
gluck committed Dec 7, 2021
1 parent 8425c32 commit f7dac51
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 157 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"vite": "workspace:*",
"vitepress": "^0.20.1",
"yorkie": "^2.0.0"
},
Expand All @@ -77,7 +76,6 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"vite": "workspace:*",
"@vitejs/plugin-vue": "workspace:*"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/src/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"compilerOptions": {
"outDir": "../../dist/browser",
"module": "esnext",
"types": [],
"lib": ["ESNext", "DOM"],
"sourceMap": true
"sourceMap": true,
"noUnusedLocals": false,
}
}
Loading

0 comments on commit f7dac51

Please sign in to comment.