Skip to content

Commit

Permalink
fix(package): no longer a ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeogh committed Jan 4, 2024
1 parent db15653 commit a28ef87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "factoryse",
"type": "module",
"description": "TypeScript-based test factory library that simplifies the creation of test data for your Node.js applications.",
"keywords": [
"testing",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts → vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="vitest" />

import { defineConfig } from "vitest/config";
import tsconfigPaths from "vite-tsconfig-paths";
import { defineConfig } from "vitest/config";

export default defineConfig({
plugins: [tsconfigPaths()],
Expand Down

0 comments on commit a28ef87

Please sign in to comment.