-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.types.json
More file actions
29 lines (29 loc) · 823 Bytes
/
Copy pathtsconfig.types.json
File metadata and controls
29 lines (29 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"lib": [
"ES2020",
"DOM"
],
"types": [],
"declaration": true,
"declarationMap": false,
"emitDeclarationOnly": true,
"rootDir": "vendor/operon-plugin-v1",
"outDir": "types",
"noEmitOnError": true,
"noImplicitAny": true,
"strictNullChecks": true,
"skipLibCheck": false,
"forceConsistentCasingInFileNames": true,
"newLine": "lf"
},
"files": [
"vendor/operon-plugin-v1/src/agent-runtime/public/v1/index.ts",
"vendor/operon-plugin-v1/src/agent-runtime/public/v1/developer-api.ts",
"vendor/operon-plugin-v1/src/agent-runtime/public/v1/cli.ts",
"vendor/operon-plugin-v1/src/agent-runtime/extensions/task-workflows-v1/contracts.ts"
]
}