mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2018", "WebWorker"]
|
|
},
|
|
"exclude": [],
|
|
"extends": "../tsconfig",
|
|
"include": ["*.worker.js"]
|
|
}
|