mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"outDir": "/tmp/brk",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["dist", "tests"]
|
|
}
|