CodeRED-Astra/web-app/jsconfig.json

8 lines
98 B
JSON

{
"compilerOptions": {
"baseUrl": "web-app/src"
},
"include": [
"web-app/src"
]
}