File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,10 @@ if (typeof window !== 'undefined') {
99 }
1010 }
1111}
12- // @ts -expect-error -- Cannot change `module` option
1312import type { Theme } from 'vitepress'
14- // @ts -expect-error -- Cannot change `module` option
1513import DefaultTheme from 'vitepress/theme'
16- // @ts -expect-error -- ignore
1714import Layout from './Layout.vue'
18- // @ts -expect-error -- ignore
1915import ESLintCodeBlock from './components/eslint-code-block.vue'
20- // @ts -expect-error -- ignore
2116import RulesTable from './components/rules-table.vue'
2217
2318const theme : Theme = {
Original file line number Diff line number Diff line change 1717 "noFallthroughCasesInSwitch" : true ,
1818 "esModuleInterop" : true ,
1919 "resolveJsonModule" : true ,
20+ "isolatedModules" : true ,
21+ "noUncheckedSideEffectImports" : true ,
2022 "baseUrl" : " ." ,
2123 "paths" : {
2224 "*" : [" typings/*" ]
You can’t perform that action at this time.
0 commit comments