This commit is contained in:
Wang Kejun 2022-07-25 19:38:44 +08:00
parent 80bd918713
commit 2331b09347
3 changed files with 3 additions and 3 deletions

View File

@ -274,7 +274,7 @@ function tsConfigWebJsonContent() {
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"target": "es5",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,

View File

@ -8,7 +8,7 @@
"dev": "tsc --watch"
},
"bin": {
"oak-cli": "lib/index.js"
"oak-cli": "lib/index"
},
"author": "",
"license": "",

View File

@ -280,7 +280,7 @@ export function tsConfigWebJsonContent() {
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"target": "es5",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,