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