mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
ENUMS: Initial Enum Helper rework + Reorganization (#596)
This commit is contained in:
@@ -181,6 +181,7 @@ module.exports = (env, argv) => {
|
||||
extensions: [".tsx", ".ts", ".js", ".jsx"],
|
||||
alias: {
|
||||
"@player": path.resolve(__dirname, "src/Player"),
|
||||
"@enums": path.resolve(__dirname, "src/Enums"),
|
||||
"@nsdefs": path.resolve(__dirname, "src/ScriptEditor/NetscriptDefinitions.d.ts"),
|
||||
},
|
||||
fallback: { crypto: false },
|
||||
|
||||
Reference in New Issue
Block a user