generated from RebeccaStevens/template-typescript-node-package
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsr.json
More file actions
22 lines (22 loc) · 570 Bytes
/
jsr.json
File metadata and controls
22 lines (22 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@rebeccastevens/uom-types",
"version": "0.0.0-development",
"exports": {
".": "./src/index.ts",
"./converters": "./src/converters.ts",
"./math": "./src/math.ts",
"./types": "./src/types.ts",
"./units": "./src/units.ts"
},
"publish": {
"include": ["LICENSE", "README.md", "src/**/*.ts"],
"exclude": [
"**/*.test.ts",
"**/*.test-d.ts",
"!src/exponents.ts",
"!src/converters/prefixes.ts",
"!src/units/modifiers/prefixes.ts"
]
}
}