Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed May 22, 2024
1 parent 5141d37 commit 7b923f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"build": "rm -rf dist/* && tsc --project tsconfig.build.json",
"build": "rm -rf dist/* && tsc",
"format": "prettier -w .",
"lint": "eslint src",
"test": "vitest run --sequence.concurrent"
Expand Down
8 changes: 0 additions & 8 deletions tsconfig.build.json

This file was deleted.

3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"include": ["src"],
"exclude": ["src/**/*.test.ts"],
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
Expand Down
7 changes: 0 additions & 7 deletions vitest.config.ts

This file was deleted.

18 changes: 0 additions & 18 deletions vitest.setup.ts

This file was deleted.

0 comments on commit 7b923f3

Please sign in to comment.