1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/src/js/webworkers/tsconfig.json
2020-10-09 18:56:05 -04:00

9 lines
155 B
JSON

{
"compilerOptions": {
"lib": ["ES2018", "WebWorker"]
},
"exclude": [],
"extends": "../tsconfig",
"include": ["*.worker.js"]
}