2018-10-04 22:49:20 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "none",
|
|
|
|
"target": "es6",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outFile": "WorkerCodec.js"
|
|
|
|
},
|
2019-05-25 20:24:30 +02:00
|
|
|
"include": [
|
|
|
|
"../../types/"
|
|
|
|
],
|
2018-10-04 22:49:20 +02:00
|
|
|
"files": [
|
|
|
|
"codec/CodecWorker.ts",
|
2018-11-14 19:29:29 +01:00
|
|
|
"codec/OpusCodec.ts",
|
|
|
|
"../codec/Codec.ts"
|
2018-10-04 22:49:20 +02:00
|
|
|
]
|
|
|
|
}
|