Skip to content

Commit 315797d

Browse files
committed
can run tests and emit files
1 parent 80d69d7 commit 315797d

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

tsconfig.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
{
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-
// "checkJs": true,
15-
// "declarationMap": true
16-
},
17-
"include": [
18-
"lib/**/*.ts",
19-
"index.ts"
20-
],
21-
"exclude": [
22-
"node_modules"
23-
]
24-
}
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+
"moduleDetection": "force"
18+
},
19+
"include": [
20+
"lib/**/*.ts",
21+
"index.ts"
22+
],
23+
"exclude": [
24+
"node_modules"
25+
]
26+
}

0 commit comments

Comments
 (0)