Initial commit for firewall_manager module

This commit is contained in:
2026-08-07 00:56:53 -04:00
commit 6a065376e1
15 changed files with 546 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"include": ["vite.config.*"],
"compilerOptions": {
"target": "ES2023",
"lib": ["ES2023"],
"skipLibCheck": true,
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"types": ["node"]
}
}