repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Silence sonar
[poolifier.git]
/
tsconfig.json
1
{
2
"compilerOptions": {
3
"target": "ES2021",
4
"module": "ES2022",
5
"outDir": "lib",
6
"esModuleInterop": true,
7
"declaration": true,
8
"strict": true,
9
"importsNotUsedAsValues": "error"
10
},
11
"include": ["**/*.ts"],
12
"exclude": ["node_modules", "lib"]
13
}