update invite center staff

This commit is contained in:
2024-10-27 19:47:50 +07:00
parent a5e9ad5ac1
commit ef89372e8c
10 changed files with 52 additions and 24 deletions

View File

@@ -4,6 +4,13 @@
"sourceRoot": "src",
"language": "ts",
"compilerOptions": {
"deleteOutDir": true
"watchAssets": true,
"deleteOutDir": true,
"assets": [
{
"include": "**/*.pug",
"outDir": "./dist/src/"
}
]
}
}