nested-forms/apps/parent-form-e2e/tsconfig.json

8 lines
126 B
JSON
Raw Normal View History

2019-08-20 02:28:58 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["cypress", "node"]
},
"include": ["**/*.ts"]
}