nextcloud-gpodder/jsconfig.json

13 lines
179 B
JSON
Raw Normal View History

2022-07-10 15:43:07 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": [
"node_modules"
],
"include": [
"src/**/*"
]
}