vuepress-theme-plume/tsconfig.base.json
2025-03-23 20:05:46 +08:00

14 lines
310 B
JSON

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