agola-web/jsconfig.json

13 lines
191 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"types/*"
]
}
},
"include": [
"./src/**/*"
]
}