p2p-explorer-web/tsconfig.json

18 lines
559 B
JSON
Raw Permalink Normal View History

2025-01-02 03:21:04 +00:00
{
"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"]
}