16 lines
No EOL
263 B
JSON
16 lines
No EOL
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"outFile": "WorkerCodec.js"
|
|
},
|
|
"include": [
|
|
"../../types/"
|
|
],
|
|
"files": [
|
|
"codec/CodecWorker.ts",
|
|
"codec/OpusCodec.ts",
|
|
"../codec/Codec.ts"
|
|
]
|
|
} |