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 d2dc86f commit be71edeCopy full SHA for be71ede
1 file changed
tsconfig.json
@@ -0,0 +1,26 @@
1
+{
2
+ "compilerOptions": {
3
+ "module": "commonjs",
4
+ "lib": ["es2015"],
5
+ "target": "es2015",
6
+ "sourceMap": true,
7
+ "strict": false,
8
+ "noImplicitAny": false,
9
+ "outDir": "out",
10
+ "declaration": true,
11
+ "allowJs": true,
12
+ "esModuleInterop": true,
13
+ "skipLibCheck": true,
14
+ "forceConsistentCasingInFileNames": true,
15
+ "checkJs": true,
16
+ "declarationMap": true
17
+ },
18
+ "include": [
19
+ "lib/**/*.ts",
20
+ "index.js",
21
+ "indes.d.ts"
22
+ ],
23
+ "exclude": [
24
+ "node_modules"
25
+ ]
26
+ }
0 commit comments