Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 5291d65

Browse files
committed
Cleanup tsconfig.json
1 parent 4bc71a6 commit 5291d65

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

tsconfig.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,16 @@
33
"moduleResolution": "node",
44
"esModuleInterop": true,
55
"target": "es2015",
6-
"module":"es2015",
6+
"module": "es2015",
77
"lib": ["es2015"],
88
"strict": true,
99
"sourceMap": true,
10+
"inlineSources": true,
1011
"declaration": true,
1112
"allowSyntheticDefaultImports": true,
1213
"declarationDir": "dist/types",
13-
"outDir": "dist/lib",
14-
"typeRoots": [
15-
"node_modules/@types"
16-
]
14+
"typeRoots": ["node_modules/@types"]
1715
},
18-
"exclude": [
19-
"dist"
20-
],
21-
"include": [
22-
"src",
23-
"test"
24-
]
16+
"exclude": ["dist"],
17+
"include": ["src", "test"]
2518
}

0 commit comments

Comments
 (0)