Files
angular-challenges/apps/ngfor-enhancement/tsconfig.editor.json
thomas laforge 349a0cb00e typo
2022-11-05 21:05:00 +01:00

8 lines
105 B
JSON

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