mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../libs/decoupling/brain/src/lib/button-disabled.directive.ts",
|
|
"../../libs/decoupling/helmet/src/lib/btn-style.directive.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": []
|
|
}
|
|
}
|