DGLabGame/node_modules/rxjs/src/tsconfig.cjs.spec.json
3944Realms 41203ae1c6 feat: 初始化
添加用户准则界面
2026-03-09 01:20:32 +08:00

11 lines
275 B
JSON

{
"extends": "./tsconfig.cjs.json",
/**
* this is pseudo config for test case's relative path resolution to `../src`, runs
* cjs config once more instead of manual copying to utilize incremental build.
*/
"compilerOptions": {
"outDir": "../dist/src"
}
}