Skip to content

Commit

Permalink
hurdy gurdy
Browse files Browse the repository at this point in the history
  • Loading branch information
rodleviton committed Sep 17, 2024
1 parent 20ac5d6 commit 96d123d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/lib/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"types": ["node", "react", "vitest/globals", "@testing-library/jest-dom"],
"useDefineForClassFields": true
},
"include": ["src", "./src/__tests__/setup.ts"],
"exclude": ["node_modules"]
"include": ["src", "src/__tests__/setup.ts"],
"exclude": ["src/**/*.test.ts", "node_modules"]
}
4 changes: 2 additions & 2 deletions packages/plugin/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/plugin/dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": true,
"outDir": "./dist",
"rootDir": "./src"
Expand Down

0 comments on commit 96d123d

Please sign in to comment.