mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext"
|
|
},
|
|
"exclude": ["assets", "packages", "ignore"]
|
|
}
|