[Feat] Early support for PLS & Use JSDoc (Partially)

This commit is contained in:
Minoricew
2025-05-25 22:40:12 +08:00
parent 502da5ba9a
commit 12f1040884
71 changed files with 1470 additions and 185 deletions

9
jsconfig.json Executable file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015",
"allowImportingTsExtensions": false,
"strictNullChecks": true,
"strictFunctionTypes": true
}
}