mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"**/*.ts",
|
|
"../../../libs/power-of-effect/backend/src/lib/fake-backend.service.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": []
|
|
}
|
|
}
|