mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../../libs/shared/directives/src/lib/cd-flashing.directive.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": []
|
|
}
|
|
}
|