18 lines
559 B
JSON
18 lines
559 B
JSON
{
|
||
"extends": "@vue/tsconfig/tsconfig.json",
|
||
"compilerOptions": {
|
||
"ignoreDeprecations": "5.0",
|
||
"allowJs": true,
|
||
"sourceMap": true,
|
||
"strictNullChecks": false,
|
||
"baseUrl": ".",
|
||
"lib": ["esnext", "dom"],
|
||
"types": ["@types/wicg-file-system-access"]
|
||
},
|
||
"vueCompilerOptions": {
|
||
// experimentalRuntimeMode 已废弃,现调整为 nativeTags,请升级 Volar 插件至最新版本
|
||
"nativeTags": ["block", "component", "template", "slot"]
|
||
},
|
||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||
}
|