Files
angular-challenges/apps/angular/simple-animations/tsconfig.editor.json
2024-02-19 23:39:09 +01:00

8 lines
123 B
JSON

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