Files
angular-challenges/apps/testing/table/tsconfig.editor.json
2023-10-18 14:08:57 +02:00

8 lines
123 B
JSON

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