Skip to content

Commit 8c098c1

Browse files
chore(typescript): skipLibCheck (avoids DefinitelyTyped/DefinitelyTyped#25342)
1 parent 81798f6 commit 8c098c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"moduleResolution": "node",
66
"module": "commonjs",
77
"target": "es5",
8-
"lib": [ "es6", "dom" ],
8+
"lib": ["es6", "dom"],
99
"allowSyntheticDefaultImports": true,
1010
"rootDir": "src",
1111
"outDir": "lib",
12+
"skipLibCheck": true,
1213
"declaration": true,
1314
"sourceMap": true,
1415
"inlineSources": true
1516
},
16-
"files": [
17-
"src/index.ts", "src/vanilla.ts"
18-
]
17+
"files": ["src/index.ts", "src/vanilla.ts"]
1918
}

0 commit comments

Comments
 (0)