tsconfig.json 263 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/web.json", "compilerOptions": { "baseUrl": ".", "paths": { "@vben-core/shadcn-ui/*": ["./src/*"] } }, "include": ["src"], "exclude": ["node_modules"] }