mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
345 B
JSON
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
|
|
}
|
|
}
|