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