Graduation / ui /node_modules /rxjs /src /tsconfig.cjs.spec.json
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
275 Bytes
{
"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"
}
}