We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cba6e commit 98855a0Copy full SHA for 98855a0
2 files changed
dialect/agentforce/tsconfig.json
@@ -3,7 +3,7 @@
3
"target": "ES2022",
4
"module": "NodeNext",
5
"moduleResolution": "NodeNext",
6
- "lib": ["ES2022"],
+ "lib": ["ES2022", "DOM"],
7
"outDir": "dist",
8
"rootDir": "src",
9
"strict": true,
packages/agentforce/tsconfig.json
0 commit comments