Skip to content

Commit be71ede

Browse files
committed
tsconfig
1 parent d2dc86f commit be71ede

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)