File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
packages/configs/typescript Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " @jellyfin-vue/configs/typescript" ,
3
3
"compilerOptions" : {
4
+ "lib" : [
5
+ " ESNext" ,
6
+ " DOM" ,
7
+ " WebWorker"
8
+ ],
4
9
"types" : [
5
10
" axios" ,
6
11
" @intlify/unplugin-vue-i18n/messages" ,
Original file line number Diff line number Diff line change 7
7
"esModuleInterop" : true ,
8
8
"resolveJsonModule" : true ,
9
9
"sourceMap" : true ,
10
+ "declaration" : true ,
11
+ "composite" : true ,
12
+ "declarationMap" : true ,
10
13
"strict" : true ,
11
14
"skipLibCheck" : true ,
12
15
"noEmit" : true ,
19
22
"experimentalDecorators" : true ,
20
23
"removeComments" : true ,
21
24
"verbatimModuleSyntax" : true ,
25
+ "noUncheckedIndexedAccess" : true ,
26
+ "noImplicitOverride" : true ,
27
+ "noFallthroughCasesInSwitch" : true ,
22
28
"incremental" : true ,
23
29
"tsBuildInfoFile" : " ../../../node_modules/.cache/tsconfig.tsbuildinfo" ,
24
30
"paths" : {
You can’t perform that action at this time.
0 commit comments