spug/spug_web/jsconfig.json

8 lines
81 B
JSON
Raw Normal View History

2019-11-09 10:39:48 +00:00
{
"compilerOptions": {
"baseUrl": "src"
},
"include": [
"src"
]
}