mirror of
https://github.com/pnpm/action-setup.git
synced 2025-09-10 19:31:35 +08:00
Use ajv to validate schema
This commit is contained in:
@@ -3,7 +3,16 @@
|
||||
"instruction": {
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
"target": "ES2018",
|
||||
"lib": [
|
||||
"ES2018",
|
||||
"ES2019",
|
||||
"ES2020",
|
||||
"ESNext"
|
||||
],
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"input": "index.ts",
|
||||
"symbol": "RunInstallInput",
|
||||
|
Reference in New Issue
Block a user