mirror of
https://github.com/valitydev/thrift-ts.git
synced 2024-11-06 08:45:17 +00:00
prepublish
This commit is contained in:
parent
507185d148
commit
2d552e7791
@ -2,10 +2,11 @@
|
||||
"name": "thrift-ts",
|
||||
"version": "1.1.5",
|
||||
"description": "parse .thrift file to .d.ts",
|
||||
"main": "src/index.js",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "tsc test/* --outDir test-tmp && mocha"
|
||||
"test": "tsc test/* --outDir test-tmp && mocha",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/windwhinny/thrift-ts.git",
|
||||
|
@ -11,7 +11,6 @@
|
||||
"target": "ES6",
|
||||
"lib": ["es2015", "es2016", "es2017", "es2018", "scripthost"],
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true,
|
||||
"outDir": "lib",
|
||||
"allowJs": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user