1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00
tobspr_shapez.io/src/js/webworkers/tsconfig.json

7 lines
99 B
JSON
Raw Normal View History

{
"extends": ["../../tsconfig"],
"compilerOptions": {
"lib": ["WebWorker"]
}
}