This commit is contained in:
parent
80bd918713
commit
2331b09347
|
|
@ -274,7 +274,7 @@ function tsConfigWebJsonContent() {
|
|||
"extends": "./tsconfig.paths.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"dev": "tsc --watch"
|
||||
},
|
||||
"bin": {
|
||||
"oak-cli": "lib/index.js"
|
||||
"oak-cli": "lib/index"
|
||||
},
|
||||
"author": "",
|
||||
"license": "",
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ export function tsConfigWebJsonContent() {
|
|||
"extends": "./tsconfig.paths.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue