repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: factor out worker message handlers
[poolifier.git]
/
tsconfig.json
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"compilerOptions": {
4
"target": "ES2022",
5
"module": "ES2022",
6
"outDir": "lib",
7
"esModuleInterop": true,
8
"declaration": true,
9
"strict": true
10
},
11
"include": ["**/*.ts"],
12
"exclude": ["node_modules", "lib"]
13
}