mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
change(web/utils): generate .d.ts file
This commit is contained in:
parent
d0103fcaab
commit
4e75d21182
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@keymanapp/web-utils",
|
||||
"version": "14.0.78",
|
||||
"description": "Common utility functions used throughout other Keyman packages",
|
||||
"main": "index.js",
|
||||
"main": "./dist/index.js",
|
||||
"types:": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"tsc": "tsc"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"outDir": "../dist/",
|
||||
"inlineSources": true,
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"target": "es5",
|
||||
"types": ["node"],
|
||||
"lib": ["es6"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue