nested-forms/apps/global-form/tsconfig.json

8 lines
123 B
JSON
Raw Normal View History

2019-09-02 19:23:01 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["**/*.ts"]
}