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

9 lines
154 B
JSON
Raw Normal View History

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