fix build
Some checks failed
Check Semantic Commit / Validate PR Title (pull_request) Failing after 13s
Add to Ecosystem WG Project / add-to-project (pull_request_target) Failing after 16s
Publish documentation / docs (push) Failing after 7s
Test / Test (22.12.x) (pull_request) Has been cancelled
Some checks failed
Check Semantic Commit / Validate PR Title (pull_request) Failing after 13s
Add to Ecosystem WG Project / add-to-project (pull_request_target) Failing after 16s
Publish documentation / docs (push) Failing after 7s
Test / Test (22.12.x) (pull_request) Has been cancelled
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.esm.json",
|
"extends": "../../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"target":"ESNext",
|
"target":"ESNext",
|
||||||
"outDir": ".",
|
"outDir": ".",
|
||||||
|
"moduleResolution": "bundler"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
".",
|
".",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"provenance": true
|
"provenance": true
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p entry-asar/esm/tsconfig.json && tsc -p entry-asar/cjs/tsconfig.json",
|
"build": "tsc -p tsconfig.json && tsc -p entry-asar/esm/tsconfig.json && tsc -p entry-asar/cjs/tsconfig.json",
|
||||||
"build:docs": "npx typedoc",
|
"build:docs": "npx typedoc",
|
||||||
"lint": "prettier --check \"{src,entry-asar,test}/**/*.ts\" \"*.ts\"",
|
"lint": "prettier --check \"{src,entry-asar,test}/**/*.ts\" \"*.ts\"",
|
||||||
"prettier:write": "prettier --write \"{src,entry-asar,test}/**/*.ts\" \"*.ts\"",
|
"prettier:write": "prettier --write \"{src,entry-asar,test}/**/*.ts\" \"*.ts\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user