Files
page-agent/packages/ui/tsconfig.json
T

9 lines
228 B
JSON
Raw Normal View History

{
2026-01-17 16:15:36 +08:00
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
2026-01-17 16:15:36 +08:00
},
"include": ["**/*.ts", "**/*.js"],
"exclude": ["dist", "node_modules"]
}