agola-web/jsconfig.json

13 lines
191 B
JSON
Raw Normal View History

2018-12-09 13:21:20 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"types/*"
]
}
},
2018-12-09 13:21:20 +00:00
"include": [
"./src/**/*"
]
}