AnimationCore/node_modules/rxjs/src/tsconfig.esm5.json
3944Realms 7068a883d9 build: 构建
创建github工作流
2026-03-01 21:38:41 +08:00

12 lines
237 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"importHelpers": true,
"target": "es5",
"downlevelIteration": true,
"outDir": "../dist/esm5"
},
"exclude": ["./internal/umd.ts"]
}