a83f2f91bdda5f629ff8abb619049733835aa71f
[e-mobility-charging-stations-simulator.git] / .nycrc.json
1 {
2 "extends": "@istanbuljs/nyc-config-typescript",
3 "all": true,
4 "include": [
5 "src/**/*.ts"
6 ]
7 }