{ "extends": "../../tsconfig.base.json", "include": ["src"], "compilerOptions": { // vue 的类型系统非常复杂,基本无法手动定义出来 "isolatedDeclarations": false, "jsxImportSource": "vue", "jsx": "preserve" } }