mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|