We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5ae2c commit 4e98c0dCopy full SHA for 4e98c0d
tsconfig.json
@@ -9,7 +9,8 @@
9
"esModuleInterop": true,
10
"importHelpers": true,
11
"jsx": "react-jsx",
12
- "jsxImportSource": "preact"
+ "jsxImportSource": "preact",
13
+ "skipLibCheck": true
14
},
- "exclude": ["node_modules/**/*", "dist/**/*", ".yarn/**/*"]
15
+ "exclude": [".yarn", "dist", "cdk.out"]
16
}
0 commit comments