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