UNPKG
ts-select
Version:
latest (1.0.0)
1.0.0
typescript custom select for web pages
github.com/lying-man/simpl-select
lying-man/simpl-select
ts-select
/
tsconfig.json
13 lines
(12 loc)
•
426 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2015"
,
"lib"
:
[
"DOM"
,
"ES2023"
]
,
"module"
:
"ESNext"
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"alwaysStrict"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
}
}