crystelf-core/tsconfig.build.json
Jerry 4100b4f0aa nest初始化
feat:配置模块
feat:路径模块
2025-07-24 14:23:28 +08:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}