File tree Expand file tree Collapse file tree 21 files changed +33
-20
lines changed Expand file tree Collapse file tree 21 files changed +33
-20
lines changed Original file line number Diff line number Diff line change 12
12
"lit" : " ^3.3.0"
13
13
},
14
14
"devDependencies" : {
15
- "typescript" : " ~5.7.2 " ,
15
+ "typescript" : " ~5.8.3 " ,
16
16
"vite" : " ^6.3.2"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 10
10
/* Bundler mode */
11
11
"moduleResolution" : " bundler" ,
12
12
"allowImportingTsExtensions" : true ,
13
- "isolatedModules " : true ,
13
+ "verbatimModuleSyntax " : true ,
14
14
"moduleDetection" : " force" ,
15
15
"noEmit" : true ,
16
16
17
17
/* Linting */
18
18
"strict" : true ,
19
19
"noUnusedLocals" : true ,
20
20
"noUnusedParameters" : true ,
21
+ "erasableSyntaxOnly" : true ,
21
22
"noFallthroughCasesInSwitch" : true ,
22
23
"noUncheckedSideEffectImports" : true
23
24
},
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@preact/preset-vite" : " ^2.10.1" ,
16
- "typescript" : " ~5.7.2 " ,
16
+ "typescript" : " ~5.8.3 " ,
17
17
"vite" : " ^6.3.2"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 14
14
/* Bundler mode */
15
15
"moduleResolution" : " bundler" ,
16
16
"allowImportingTsExtensions" : true ,
17
- "isolatedModules " : true ,
17
+ "verbatimModuleSyntax " : true ,
18
18
"moduleDetection" : " force" ,
19
19
"noEmit" : true ,
20
20
"jsx" : " react-jsx" ,
24
24
"strict" : true ,
25
25
"noUnusedLocals" : true ,
26
26
"noUnusedParameters" : true ,
27
+ "erasableSyntaxOnly" : true ,
27
28
"noFallthroughCasesInSwitch" : true ,
28
29
"noUncheckedSideEffectImports" : true
29
30
},
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 10
10
},
11
11
"devDependencies" : {
12
12
"serve" : " ^14.2.4" ,
13
- "typescript" : " ~5.7.2 " ,
13
+ "typescript" : " ~5.8.3 " ,
14
14
"vite" : " ^6.3.2"
15
15
},
16
16
"dependencies" : {
Original file line number Diff line number Diff line change 10
10
/* Bundler mode */
11
11
"moduleResolution" : " bundler" ,
12
12
"allowImportingTsExtensions" : true ,
13
- "isolatedModules " : true ,
13
+ "verbatimModuleSyntax " : true ,
14
14
"moduleDetection" : " force" ,
15
15
"noEmit" : true ,
16
16
"jsx" : " react-jsx" ,
20
20
"strict" : true ,
21
21
"noUnusedLocals" : true ,
22
22
"noUnusedParameters" : true ,
23
+ "erasableSyntaxOnly" : true ,
23
24
"noFallthroughCasesInSwitch" : true ,
24
25
"noUncheckedSideEffectImports" : true
25
26
},
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 22
22
"eslint-plugin-react-hooks" : " ^5.2.0" ,
23
23
"eslint-plugin-react-refresh" : " ^0.4.19" ,
24
24
"globals" : " ^16.0.0" ,
25
- "typescript" : " ~5.7.2 " ,
25
+ "typescript" : " ~5.8.3 " ,
26
26
"typescript-eslint" : " ^8.30.1" ,
27
27
"vite" : " ^6.3.2"
28
28
}
Original file line number Diff line number Diff line change 10
10
/* Bundler mode */
11
11
"moduleResolution" : " bundler" ,
12
12
"allowImportingTsExtensions" : true ,
13
- "isolatedModules " : true ,
13
+ "verbatimModuleSyntax " : true ,
14
14
"moduleDetection" : " force" ,
15
15
"noEmit" : true ,
16
16
"jsx" : " react-jsx" ,
19
19
"strict" : true ,
20
20
"noUnusedLocals" : true ,
21
21
"noUnusedParameters" : true ,
22
+ "erasableSyntaxOnly" : true ,
22
23
"noFallthroughCasesInSwitch" : true ,
23
24
"noUncheckedSideEffectImports" : true
24
25
},
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 12
12
"solid-js" : " ^1.9.5"
13
13
},
14
14
"devDependencies" : {
15
- "typescript" : " ~5.7.2 " ,
15
+ "typescript" : " ~5.8.3 " ,
16
16
"vite" : " ^6.3.2" ,
17
17
"vite-plugin-solid" : " ^2.11.6"
18
18
}
Original file line number Diff line number Diff line change 10
10
/* Bundler mode */
11
11
"moduleResolution" : " bundler" ,
12
12
"allowImportingTsExtensions" : true ,
13
- "isolatedModules " : true ,
13
+ "verbatimModuleSyntax " : true ,
14
14
"moduleDetection" : " force" ,
15
15
"noEmit" : true ,
16
16
"jsx" : " preserve" ,
20
20
"strict" : true ,
21
21
"noUnusedLocals" : true ,
22
22
"noUnusedParameters" : true ,
23
+ "erasableSyntaxOnly" : true ,
23
24
"noFallthroughCasesInSwitch" : true ,
24
25
"noUncheckedSideEffectImports" : true
25
26
},
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 14
14
"@tsconfig/svelte" : " ^5.0.4" ,
15
15
"svelte" : " ^5.28.1" ,
16
16
"svelte-check" : " ^4.1.6" ,
17
- "typescript" : " ~5.7.2 " ,
17
+ "typescript" : " ~5.8.3 " ,
18
18
"vite" : " ^6.3.2"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"devDependencies" : {
12
- "typescript" : " ~5.7.2 " ,
12
+ "typescript" : " ~5.8.3 " ,
13
13
"vite" : " ^6.3.2"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
Original file line number Diff line number Diff line change 14
14
"devDependencies" : {
15
15
"@vitejs/plugin-vue" : " ^5.2.3" ,
16
16
"@vue/tsconfig" : " ^0.7.0" ,
17
- "typescript" : " ~5.7.2 " ,
17
+ "typescript" : " ~5.8.3 " ,
18
18
"vite" : " ^6.3.2" ,
19
19
"vue-tsc" : " ^2.2.8"
20
20
}
Original file line number Diff line number Diff line change 7
7
"strict" : true ,
8
8
"noUnusedLocals" : true ,
9
9
"noUnusedParameters" : true ,
10
+ "erasableSyntaxOnly" : true ,
10
11
"noFallthroughCasesInSwitch" : true ,
11
12
"noUncheckedSideEffectImports" : true
12
13
},
Original file line number Diff line number Diff line change 9
9
/* Bundler mode */
10
10
"moduleResolution" : " bundler" ,
11
11
"allowImportingTsExtensions" : true ,
12
- "isolatedModules " : true ,
12
+ "verbatimModuleSyntax " : true ,
13
13
"moduleDetection" : " force" ,
14
14
"noEmit" : true ,
15
15
16
16
/* Linting */
17
17
"strict" : true ,
18
18
"noUnusedLocals" : true ,
19
19
"noUnusedParameters" : true ,
20
+ "erasableSyntaxOnly" : true ,
20
21
"noFallthroughCasesInSwitch" : true ,
21
22
"noUncheckedSideEffectImports" : true
22
23
},
You can’t perform that action at this time.
0 commit comments