Skip to content

Commit 1e0dcac

Browse files
committed
Added tsconfig.json extending tsconfigBase.json
1 parent 7a4a67c commit 1e0dcac

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

tsconfig.json

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
{
2-
"compilerOptions": {
3-
"allowJs": true,
4-
"checkJs": true,
5-
"esModuleInterop": true,
6-
"baseUrl": ".",
7-
"outDir": "dist/typescript",
8-
"declaration": true,
9-
"emitDeclarationOnly": true,
10-
"paths": {
11-
"lib/*": [
12-
"src/lib/*"
13-
],
14-
"src/*": [
15-
"src/*"
16-
],
17-
"root/*": [
18-
"./*"
19-
]
20-
}
21-
},
2+
"extends": "./tsconfigBase.json",
223
"include": [
23-
"src/**/*.js"
4+
"src/**/*.js",
5+
"src/**/*.ts",
246
],
25-
"exclude": [
26-
"node_modules",
27-
"dist"
28-
],
29-
"typeAcquisition": {
30-
"enable": true
31-
}
327
}

0 commit comments

Comments
 (0)