mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["assets", "packages", "ignore"]
|
|
}
|