@typespec/compiler 1.9.0-dev.7 → 1.9.0-dev.8

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 (2) hide show
  1. package/dist/manifest.js +2 -2
  2. package/package.json +3 -3
package/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "1.9.0-dev.7",
3
- "commit": "afa236acbbaa468a8910e8fc4177828ed174d8ba"
2
+ "version": "1.9.0-dev.8",
3
+ "commit": "9cb16e496b895a42af3bd26d98cb082410ed57af"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "1.9.0-dev.7",
3
+ "version": "1.9.0-dev.8",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -127,8 +127,8 @@
127
127
  "build:init-templates-index": "tsx ./.scripts/build-init-templates.ts",
128
128
  "build": "pnpm gen-manifest && pnpm build:init-templates-index && pnpm compile && pnpm generate-tmlanguage",
129
129
  "api-extractor": "api-extractor run --local --verbose",
130
- "compile": "tsc -p .",
131
- "watch": "tsc -p . --watch",
130
+ "compile": "tsc -p tsconfig.build.json",
131
+ "watch": "tsc -p tsconfig.build.json --watch",
132
132
  "watch-tmlanguage": "node scripts/watch-tmlanguage.js",
133
133
  "generate-tmlanguage": "node scripts/generate-tmlanguage.js",
134
134
  "gen-extern-signature": "tsx ./.scripts/gen-extern-signature.ts",