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

22 lines
532 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,
2020-05-09 20:45:31 +08:00
"target": "ES2018",
"lib": [
"ES2018",
"ES2019",
"ES2020",
"ESNext"
],
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true
2020-05-09 20:24:07 +08:00
},
2020-05-09 21:01:25 +08:00
"input": "run-install.ts",
2020-05-09 20:24:07 +08:00
"symbol": "RunInstallInput",
"output": "run-install-input.schema.json"
}
}