mirror of
https://github.com/pnpm/action-setup.git
synced 2025-08-13 08:05:49 +08:00
Add schema generator
This commit is contained in:
12
src/inputs/run-install-input.schema.autogen.json
Normal file
12
src/inputs/run-install-input.schema.autogen.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/ksxnodeapps/ts-schema-autogen/master/packages/schemas/config.schema.json",
|
||||
"instruction": {
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"input": "index.ts",
|
||||
"symbol": "RunInstallInput",
|
||||
"output": "run-install-input.schema.json"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user