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,
|
"sideEffects": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration"
|
"build": "tsc src/*.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
|
Loading…
Reference in New Issue