Skip to content

Commit

Permalink
Merge remote-tracking branch 'makenew/public' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 16, 2024
2 parents 3f6ef37 + 7b9bab0 commit 5cf4a58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"build:entrypoints": "npm run build:ts",
"postbuild:entrypoints": "tsup",
"build:ts": "tsc --project tsconfig.build.json",
"prebuild:ts": "del 'index.*' 'connect.*' 'lib'",
"prebuild:ts": "del 'index.*' 'connect.*' lib",
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
"typecheck": "tsc",
"docs:build": "typedoc",
Expand Down Expand Up @@ -115,7 +115,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"execa": "^8.0.1",
"landlubber": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false,
"noEmit": false,
"noEmitOnError": true,
"rootDir": "./src",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"composite": true,
"noEmit": true,
"strict": true,
"module": "nodenext",
"esModuleInterop": true,
"target": "es2021",
"jsx": "react-jsx",
"declaration": true,
"sourceMap": true,
"newLine": "lf",
"verbatimModuleSyntax": true,
Expand Down

0 comments on commit 5cf4a58

Please sign in to comment.