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 1b0a8f3 commit e855d6fCopy full SHA for e855d6f
package.json
@@ -16,7 +16,7 @@
16
"prepare": "husky install",
17
"commit": "git-cz",
18
"knip": "knip",
19
- "postinstall-plugin-typescript": "npx tsx --tsconfig=packages/plugin-typescript/tsconfig.tools.json packages/plugin-typescript/src/postinstall/index.ts",
+ "postinstall-plugin-typescript": "npx tsx --tsconfig=packages/plugin-typescript/tsconfig.lib.json packages/plugin-typescript/src/postinstall/index.ts",
20
"postinstall": "npm run postinstall-plugin-typescript"
21
},
22
"private": true,
0 commit comments