UNPKG
my-example-types
Version:
latest (1.1.7)
1.1.7
Spartans never die. They just go missing in action.
my-example-types
/
tsconfig.json
11 lines
(10 loc)
•
201 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"module"
:
"commonjs"
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"target"
:
"es2020"
}
}