Skip to content

Commit 9c40d9f

Browse files
committed
Add build script
1 parent e39054f commit 9c40d9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"name": "cosmiconfig-typescript-loader",
33
"version": "1.0.0",
44
"description": "TypeScript loader for cosmiconfig",
5+
"author": "Alex Miller <[email protected]>",
6+
"license": "MIT",
57
"main": "dist/index.js",
68
"types": "dist/index.d.ts",
79
"scripts": {
10+
"build": "tsc",
811
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"",
912
"format:write": "npm run format:check -- --write",
1013
"test": "echo \"Error: no test specified\" && exit 1"
1114
},
12-
"author": "Alex Miller <[email protected]>",
13-
"license": "MIT",
1415
"engines": {
1516
"node": ">=12",
1617
"npm": ">=7"

0 commit comments

Comments
 (0)