@typespec/openapi3 1.9.0-dev.8 → 1.9.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/openapi3",
3
- "version": "1.9.0-dev.8",
3
+ "version": "1.9.0-dev.9",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec",
6
6
  "homepage": "https://typespec.io",
@@ -107,8 +107,8 @@
107
107
  "scripts": {
108
108
  "clean": "rimraf ./dist ./temp",
109
109
  "build": "pnpm gen-version && pnpm gen-extern-signature && pnpm quickbuild && pnpm lint-typespec-library",
110
- "quickbuild": "tsc -p .",
111
- "watch": "tsc -p . --watch",
110
+ "quickbuild": "tsc -p tsconfig.build.json",
111
+ "watch": "tsc -p tsconfig.build.json --watch",
112
112
  "gen-extern-signature": "tspd --enable-experimental gen-extern-signature .",
113
113
  "lint-typespec-library": "tsp compile . --warn-as-error --import @typespec/library-linter --no-emit",
114
114
  "test": "vitest run",