Commit 959d6dc0 authored by wildfirecode's avatar wildfirecode

u

parent 82231960
......@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "./bin/index.js",
"types": "./types/index.d.ts",
"types": "./@types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
......
......@@ -4,6 +4,6 @@
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs",
"declaration": true,
"declarationDir": "types"
"declarationDir": "@types"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment