Commit f2373090 authored by wildfirecode13's avatar wildfirecode13

1

parent 60f3a2ac
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.0.2", "version": "1.0.2",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"types": "./types/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"build":"tsc", "build":"tsc",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"module": "commonjs", "module": "commonjs",
"declaration": true, "declaration": true,
"outDir": "./dist", "outDir": "./dist",
"declarationDir": "./types", "declarationDir": "./dist",
"strict": true, "strict": true,
"lib": [ "lib": [
"DOM", "DOM",
......
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