This website requires JavaScript.
Explore
Help
Sign In
Archives
/
tobspr_shapez.io
Watch
1
Star
0
Fork
0
You've already forked tobspr_shapez.io
mirror of
https://github.com/tobspr/shapez.io.git
synced
2025-12-13 02:01:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3c331b8214
tobspr_shapez.io
/
src
/
js
/
webworkers
/
tsconfig.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
Improve types for web workers (#502) * Improve types for web workers * Move worker-loader config inline * Remove trailing spaces in translations
2020-07-27 15:06:12 +00:00
{
Redo ESLint and TypeScript compiler config Many configuration files in this repository were created a long time ago, then were modified as problems occurred. Now that there is TypeScript support, it makes sense to clean up this mess, at least by making small steps. This configuration is based on strict settings, but most of these are currently disabled - otherwise it would be too hard to work with existing JavaScript code. The downside of this change is pollution of files with warnings and errors, even though they are valid. - ESLint/TypeScript upgraded - TS configuration is now shared between arbitrary Node scripts, Gulp files and the Electron wrapper - A few eslint-disable comments are removed
2024-04-26 21:23:34 +00:00
"extends"
:
[
"../../tsconfig"
]
,
Improve types for web workers (#502) * Improve types for web workers * Move worker-loader config inline * Remove trailing spaces in translations
2020-07-27 15:06:12 +00:00
"compilerOptions"
:
{
Redo ESLint and TypeScript compiler config Many configuration files in this repository were created a long time ago, then were modified as problems occurred. Now that there is TypeScript support, it makes sense to clean up this mess, at least by making small steps. This configuration is based on strict settings, but most of these are currently disabled - otherwise it would be too hard to work with existing JavaScript code. The downside of this change is pollution of files with warnings and errors, even though they are valid. - ESLint/TypeScript upgraded - TS configuration is now shared between arbitrary Node scripts, Gulp files and the Electron wrapper - A few eslint-disable comments are removed
2024-04-26 21:23:34 +00:00
"lib"
:
[
"WebWorker"
]
}
Improve types for web workers (#502) * Improve types for web workers * Move worker-loader config inline * Remove trailing spaces in translations
2020-07-27 15:06:12 +00:00
}
Reference in New Issue
Copy Permalink