vuepress-theme-plume/tsconfig.base.json
2022-11-04 21:07:32 +08:00

14 lines
311 B
JSON

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