mirror of
https://github.com/pnpm/action-setup.git
synced 2025-04-01 22:00:11 +08:00
13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|