feat: add PROTO_PATHS

This commit is contained in:
Дмитрий
2026-03-25 16:06:35 +03:00
parent d4196e16f9
commit 287cd340de
8 changed files with 77 additions and 3 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2024",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false
}
}