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 81798f6 commit 8c098c1Copy full SHA for 8c098c1
tsconfig.json
@@ -5,15 +5,14 @@
5
"moduleResolution": "node",
6
"module": "commonjs",
7
"target": "es5",
8
- "lib": [ "es6", "dom" ],
+ "lib": ["es6", "dom"],
9
"allowSyntheticDefaultImports": true,
10
"rootDir": "src",
11
"outDir": "lib",
12
+ "skipLibCheck": true,
13
"declaration": true,
14
"sourceMap": true,
15
"inlineSources": true
16
},
- "files": [
17
- "src/index.ts", "src/vanilla.ts"
18
- ]
+ "files": ["src/index.ts", "src/vanilla.ts"]
19
}
0 commit comments