publish types

Former-commit-id: d78c2d54fd0e998897af3d22af08deffead46b81 [formerly 7cab1c7091]
Former-commit-id: e05b977d0960f8ae8fc0c12c7027548939d94ddc
This commit is contained in:
Andrija Novakovic
2021-10-19 16:21:38 +02:00
parent 7ae7a10060
commit ce20587db6

View File

@@ -2,8 +2,8 @@
"name": "@libsem/types",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"main": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "npx tsc src/index.ts",
"build": "npm run clean && tsc -p .",