vuepress-theme-plume/tsconfig.base.json
pengzhanbo 4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00

15 lines
345 B
JSON

{
"extends": "tsconfig-vuepress/base.json",
"compilerOptions": {
"target": "ES2023",
"lib": ["DOM", "ES2024"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"noEmitOnError": true,
"allowSyntheticDefaultImports": true,
"isolatedDeclarations": false,
"skipLibCheck": true
}
}