setup-pnpm/src/inputs/run-install-input.schema.autogen.json

13 lines
338 B
JSON
Raw Normal View History

2020-05-09 20:24:07 +08:00
{
"$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"
}
}