We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6a53a commit 66198a5Copy full SHA for 66198a5
1 file changed
package.json
@@ -10,6 +10,18 @@
10
}
11
],
12
"description": "Collection of types",
13
+ "files": [
14
+ "index.ts",
15
+ "number/float-range.type.ts",
16
+ "number/integer-32.type.ts",
17
+ "number/integer-64.type.ts",
18
+ "number/integer-range.type.ts",
19
+ "number/numeric.type.ts",
20
+ "string/string-date.type.ts",
21
+ "string/string-of-length.type.ts",
22
+ "string/string-varying.type.ts",
23
+ "string/uuid.type.ts"
24
+ ],
25
"keywords": [
26
"types",
27
"typescript",
@@ -19,6 +31,7 @@
31
32
"license": "MIT",
33
"main": "index.ts",
34
+ "module": "./index.ts",
35
"name": "@corefunc/type",
36
"private": false,
37
"repository": {
@@ -28,6 +41,7 @@
28
41
"scripts": {
29
42
"test": "echo \"Error: no test specified\" && exit 1"
30
43
},
44
+ "types": "./index.ts",
45
"version": "1.0.0",
46
"dependencies": {
47
"class-validator": "0.13.1"
0 commit comments