Skip to content

Commit

Permalink
Configure TS build
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jun 11, 2022
1 parent b96ccc7 commit d4bff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@date-fns/utc",
"version": "0.2.0",
"version": "0.3.0",
"description": "UTC date utils",
"main": "index.js",
"scripts": {
"test": "env TZ=Asia/Kolkata vitest",
"build": "tsc index.ts --declaration --skipLibCheck"
"build": "tsc index.ts --target es2016 --module commonjs --declaration --skipLibCheck"
},
"files": [
"index.js",
Expand Down

0 comments on commit d4bff0b

Please sign in to comment.