Skip to content

Commit a5ea080

Browse files
committed
autofix: tsconfigBase.json should have md5 50c7c2ed452d8025468a0a58f6eb6ca8
1 parent 09f23c0 commit a5ea080

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

tsconfigBase.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"checkJs": true,
5+
"baseUrl": ".",
6+
"outDir": "dist/typescript",
7+
"newLine": "lf",
8+
"declaration": true,
9+
"emitDeclarationOnly": true,
10+
"resolveJsonModule": true,
11+
"esModuleInterop": true,
12+
"paths": {
13+
"lib/*": [
14+
"src/lib/*"
15+
],
16+
"src/*": [
17+
"src/*"
18+
],
19+
"root/*": [
20+
"./*"
21+
]
22+
}
23+
},
24+
"typeAcquisition": {
25+
"enable": true
26+
}
27+
}

0 commit comments

Comments
 (0)