feat: add infra app for infrastructure documentation

This commit is contained in:
maulanasdqn
2026-01-21 20:22:27 +07:00
parent ad59d39f55
commit 951db0f28a
13 changed files with 418 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client"]
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
],
"extends": "../../tsconfig.base.json"
}