mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
12 lines
151 B
JSON
12 lines
151 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"checkJs": true
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"**/node_modules/*",
|
||
|
|
"bin/*"
|
||
|
|
"dist/*"
|
||
|
|
]
|
||
|
|
}
|