Skip to content

Commit

Permalink
Исправление в tsconfig.json после добавления тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed Jun 10, 2020
1 parent e81206c commit 6736857
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"forceConsistentCasingInFileNames": true,
"declaration": false,
"typeRoots": ["node_modules/@types", "typings"]
}
},
"include": [
"./src/*"
]
}

0 comments on commit 6736857

Please sign in to comment.