No type module

master
Kuba Orlik 4 years ago
parent d8143fc191
commit e8d96793c6

@ -4,7 +4,6 @@
"description": "Simple process spawning utility for node.js", "description": "Simple process spawning utility for node.js",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./@types/index.d.ts", "types": "./@types/index.d.ts",
"type": "module",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"watch": "npm run build -- --watch" "watch": "npm run build -- --watch"

Loading…
Cancel
Save