2026-02-11 12:28:13 +08:00

11 lines
251 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"paths": {}
},
"exclude": ["dist", "**/__tests__/**", "**/*.spec.ts", "**/*.test.ts"],
"include": ["src"]
}