Files
angular-challenges/apps/angular/react-in-angular/tsconfig.editor.json
Wandrille 0f4f14c351 feat: challenge 45 React in Angular
Add new challenge: React in Angular.
2024-02-09 10:54:24 +01:00

8 lines
123 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}