a0cf975f创建于 2023年5月16日历史提交
{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "rootDir": "lib",
        "outDir": "dist"
    },
    "include": ["**/*.ts"],
    "exclude": ["**/*.test.ts", "dist", "test"]
}