11 lines
168 B
JSON
11 lines
168 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "none",
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"outFile": "WorkerPOW.js"
|
||
|
},
|
||
|
"files": [
|
||
|
"pow/POWWorker.ts",
|
||
|
]
|
||
|
}
|