Skip to content

Commit

Permalink
chore: reinventing the wheel. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored and imranbarbhuiya committed Jul 10, 2022
1 parent 615b7cf commit 1532b77
Show file tree
Hide file tree
Showing 5 changed files with 6,237 additions and 6,255 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"update": "yarn upgrade-interactive",
"build": "tsup && tsc -b src",
"clean": "node scripts/clean.mjs",
"typecheck": "tsc -p tsconfig.typecheck.json",
"typecheck": "tsc -p tsconfig.eslint.json",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run",
"postinstall": "husky install .github/husky",
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"incremental": false,
"types": ["vitest/globals"],
"lib": ["dom", "esnext"]
},
"include": ["src", "tests", "scripts", "vitest.config.ts", "tsup.config.ts"]
}
9 changes: 0 additions & 9 deletions tsconfig.typecheck.json

This file was deleted.

3 changes: 1 addition & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default defineConfig({
coverage: {
enabled: true,
reporter: ['text', 'lcov', 'clover']
},
dir: './tests'
}
},
esbuild: {
target: 'es2020'
Expand Down
Loading

0 comments on commit 1532b77

Please sign in to comment.