repo.or.cz
/
4Free-FSE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'master' of github.com:ECHibiki/4chan-UserScripts
[4Free-FSE.git]
/
tsconfig.json
blob
767283695df7d58e10dc67f2a1085e2ba2029a67
1
{
2
"compilerOptions": {
3
"target": "ES5",
4
"outFile": "../4Free-FSE/builds/4-Free.user.js",
5
},
6
"files": [
7
"src/docs.ts",
8
"src/constants.ts",
9
"src/generic-functions.ts",
10
"src/feature-interface.ts",
11
"src/top-bar.ts",
12
"src/image-hider.ts",
13
"src/text-replacer.ts",
14
"src/password-viewer.ts",
15
"src/settings-window.ts",
16
"src/main.ts",
17
]
18
}