mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-09 01:13:48 +00:00
add types property to package.json
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.6.0",
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.js",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "tsc",
|
||||
|
||||
+1
-2
@@ -2,9 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2016",
|
||||
"target": "ES2020",
|
||||
"declaration": true,
|
||||
"moduleResolution": "node",
|
||||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"outDir": "dist"
|
||||
|
||||
Reference in New Issue
Block a user