UNPKG
@macalinao/tsconfig
Version:
latest (3.2.5)
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
Common TypeScript configuration.
github.com/macalinao/style-guide
@macalinao/tsconfig
/
tsconfig.dom.json
8 lines
(7 loc)
•
174 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig.json"
,
"extends"
: [
"./tsconfig.base.json"
],
"compilerOptions"
: {
"lib"
: [
"DOM"
,
"DOM.Iterable"
,
"ES2024"
] } }