Skip to content

Commit 4e98c0d

Browse files
committed
idek
1 parent 5e5ae2c commit 4e98c0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"esModuleInterop": true,
1010
"importHelpers": true,
1111
"jsx": "react-jsx",
12-
"jsxImportSource": "preact"
12+
"jsxImportSource": "preact",
13+
"skipLibCheck": true
1314
},
14-
"exclude": ["node_modules/**/*", "dist/**/*", ".yarn/**/*"]
15+
"exclude": [".yarn", "dist", "cdk.out"]
1516
}

0 commit comments

Comments
 (0)