ghost integrated

This commit is contained in:
Mayur Shinde
2026-07-17 18:15:48 +05:30
parent 59e05a858f
commit 09119ae6dc
16 changed files with 1437 additions and 61 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM"],
"types": ["node"],
"strict": true,
"noUncheckedIndexedAccess": false,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"allowJs": false
},
"include": ["src/ghost/**/*.ts", "vite.config.ts"]
}