mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
7 lines
163 B
JSON
7 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {},
|
|
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
|
|
}
|