UNPKG
@lsk4/tsconfig
Version:
latest (4.27.0)
4.27.0
4.11.0
4.3.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
TS configs for LSK.js projects
github.com/lskjs/lskjs/tree/master//libs-presets/tsconifg
lskjs/lskjs
@lsk4/tsconfig
/
nostrict
/
tsconfig.json
13 lines
(9 loc)
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../base/tsconfig.json"
,
"compilerOptions"
:
{
"strict"
:
false
,
"ignoreDeprecations"
:
"5.0"
,
"allowSyntheticDefaultImports"
:
true
,
"skipLibCheck"
:
true
}
,
}