Graduation / ui /node_modules /rxjs /src /tsconfig.base.json
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
200 Bytes
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"baseUrl": ".",
"paths": {
"rxjs": ["./"],
"rxjs/*": ["./*"]
}
},
"include": ["./**/*.ts"]
}