{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@aiflowy/tsconfig/library.json", "compilerOptions": { "types": ["@aiflowy-core/typings/vue-router"] }, "include": ["src"], "exclude": ["node_modules"] }