Commit f2373090 authored by wildfirecode13's avatar wildfirecode13

1

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