{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../../tsconfig.web.json", "compilerOptions": { "paths": { "@lingshu/types/*": ["../types/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules"] }