mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CODE: Enable es2023 features (#870)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es2022"
|
||||
"target": "ESNext"
|
||||
},
|
||||
"include": ["src/**/*", "electron/**/*", "node_modules/monaco-editor/monaco.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user