mirror of https://github.com/fantasticit/think.git
fix: fix build script
This commit is contained in:
parent
5c204e1092
commit
56e6d9d797
|
@ -12,7 +12,7 @@
|
|||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
Loading…
Reference in New Issue