mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:55:56 +00:00
unify prefs/main App objects, remove fake classes, use single static App object instead
This commit is contained in:
10
jsconfig.json
Normal file
10
jsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "amd"
|
||||
},
|
||||
"include": [
|
||||
"js/*.js",
|
||||
"plugins/**/*.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user