for the sake of anyone who uses macos, DO NOT CHANGE THIS

This commit is contained in:
Core 2022-05-19 10:43:42 +01:00
parent 4c6aa9ecaf
commit 4ea354fcdf
3 changed files with 25 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "esnext",
"target": "es6",
"module": "commonjs",
"allowJs": true,
"noImplicitAny": true,