Skip to content

Commit

Permalink
build: update ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Oct 4, 2023
1 parent 5fe2192 commit 3833199
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vite-plugin-mocker/tsconfig.web.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"baseUrl": ".",
Expand Down
1 change: 0 additions & 1 deletion packages/vite-plugin-mocker/tsconfig.worker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "WebWorker", "Webworker.Iterable", "WebWorker.ImportScripts"],
"baseUrl": ".",
Expand Down

0 comments on commit 3833199

Please sign in to comment.