Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Feb 26, 2024
1 parent e88447f commit 82eb258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/bundlesize/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["./src"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}
6 changes: 1 addition & 5 deletions packages/bundlesize/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"./vite.components.config.ts",
"./vite.system.config.ts",
"./vitest.setup.ts"
]
"include": ["./vite.config.ts", "./vitest.setup.ts"]
}

0 comments on commit 82eb258

Please sign in to comment.