mirror of
https://github.com/pnpm/action-setup.git
synced 2025-03-13 14:14:34 +08:00
22 lines
532 B
JSON
22 lines
532 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ksxnodeapps/ts-schema-autogen/master/packages/schemas/config.schema.json",
|
|
"instruction": {
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES2018",
|
|
"lib": [
|
|
"ES2018",
|
|
"ES2019",
|
|
"ES2020",
|
|
"ESNext"
|
|
],
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"input": "run-install.ts",
|
|
"symbol": "RunInstallInput",
|
|
"output": "run-install-input.schema.json"
|
|
}
|
|
}
|