mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
* Improve types for web workers * Move worker-loader config inline * Remove trailing spaces in translations
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2018","WebWorker"]
|
|
},
|
|
"exclude": [],
|
|
"extends": "../tsconfig",
|
|
"include": ["*.worker.js"]
|
|
}
|