We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df6d6f commit 54a3ae4Copy full SHA for 54a3ae4
eng/tools/TypeSpecValidation/cmd/tsv.js
@@ -1,5 +1,5 @@
1
#!/usr/bin/env node
2
3
-import { main } from "../dist/TypeSpecValidation.js"
+import { main } from "../dist/index.js"
4
5
await main();
eng/tools/TypeSpecValidation/src/TypeSpecValidation.ts renamed to eng/tools/TypeSpecValidation/src/index.ts
0 commit comments