index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
frontend
/
src
/
workers
/
tsconfig.json
blob: 39ba45ddbb9b8d7781dc1c7925e034a234225b25 (
plain
)
1
2
3
4
5
6
{
"compilerOptions"
:
{
"lib"
:
[
"esnext"
,
"webworker"
],
"incremental"
:
true
}
}