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