mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
finish basic access control system
This commit is contained in:
9
tsconfig.accesscontrol.json
Normal file
9
tsconfig.accesscontrol.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/MCJack123/TypeScriptToLua/master/tsconfig-schema.json",
|
||||
"extends": "./tsconfig.json",
|
||||
"tstl": {
|
||||
"luaBundle": "build/accesscontrol.lua",
|
||||
"luaBundleEntry": "src/accesscontrol/main.ts"
|
||||
},
|
||||
"include": ["src/accesscontrol/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user