vuepress-theme-plume/tsconfig.base.json
2023-10-11 04:24:49 +08:00

14 lines
310 B
JSON

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