We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb0e39 commit 6b67e55Copy full SHA for 6b67e55
2 files changed
.npmignore
@@ -4,13 +4,19 @@ src/
4
node_modules/
5
coverage/
6
7
+pnpm-lock.yaml
8
+pnpm-workspace.yaml
9
+
10
+.npmrc
11
+.nvmrc
12
13
CODE_OF_CONDUCT.md
14
CONTRIBUTING.md
15
-.eslintrc.json
16
+.eslint.config.ts
17
.gitignore
18
.travis.yml
19
tsconfig.json
20
+tsconfig.test.json
21
-jest.config.js
-jest.setup.ts
22
+vite.config.ts
package.json
@@ -61,5 +61,6 @@
61
},
62
"dependencies": {
63
"class-validator": "^0.15.1"
64
- }
+ },
65
+ "packageManager": "pnpm@11.5.0"
66
}
0 commit comments