Add Lagoon proximity chat plugin with player initialization and utilities

This commit is contained in:
2026-05-12 08:18:54 +02:00
parent 7b683fb7dc
commit abfc7304a5
14 changed files with 359 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"module": "ES2020",
"target": "ES2021",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./scripts"
},
"exclude": ["node_modules"],
"include": ["src"]
}