14 lines
No EOL
212 B
JSON
14 lines
No EOL
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"outFile": "WorkerPOW.js"
|
|
},
|
|
"include": [
|
|
"../../types/*.d.ts"
|
|
],
|
|
"files": [
|
|
"pow/POWWorker.ts"
|
|
]
|
|
} |