mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-15 00:22:08 +01:00
19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es2019",
|
|
"removeComments": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"scripthost",
|
|
"es2015.collection",
|
|
"es2015.promise"
|
|
],
|
|
},
|
|
"exclude": [
|
|
"../node_modules"
|
|
]
|
|
}
|