We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc18a9 commit 23331dbCopy full SHA for 23331db
tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"outDir": "./dist",
4
"lib": ["dom", "dom.iterable", "esnext"],
5
+ "skipLibCheck": true,
6
"module": "commonjs",
7
"target": "ES2019",
8
"declaration": true,
0 commit comments