repositories
/
poolifier.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Apply dependencies update
[poolifier.git]
/
tsconfig.json
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
{
2
"compilerOptions": {
3
"target": "ES2019",
4
"module": "ES2020",
5
"outDir": "lib",
6
"esModuleInterop": true,
7
"declaration": true,
8
"strict": true
9
},
10
"include": ["src/**/*.ts"],
11
"exclude": ["node_modules"]
12
}