Skip to content

Commit c0fe10e

Browse files
reduce scope of generated types
1 parent 54eabf0 commit c0fe10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix": "eslint . --fix",
1818
"clean": "rimraf public/script",
1919
"publish": "npm run clean && npm run bundle && gh-pages deploy -d . -s \"{!(node_modules)/**/*.html,*.html,public/**/*,CNAME,_config.yml,robots.txt,LICENSE,.nojekyll}\" -m \"update page\"",
20-
"build:types": "tsc --emitDeclarationOnly --declaration --outDir types"
20+
"build:types": "tsc ./src/term_ctl.ts --emitDeclarationOnly --declaration --outDir types --target es2019 --moduleResolution node --module es2020"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)