Sign in
third-party-mirror
/
lightningcss
/
fb6b62c06ee7adc75c6053f0942930c5b4e5399b
/
.
/
node
/
tsconfig.json
blob: 9b82eaa4a11193ba5323158d55c57efda1e222d8 [
file
] [
log
] [
blame
]
{
"include"
:
[
"*.d.ts"
],
"compilerOptions"
:
{
"lib"
:
[
"ES2020"
],
"moduleResolution"
:
"node"
,
"isolatedModules"
:
true
,
"noEmit"
:
true
,
"strict"
:
true
}
}