platform-codebase/features/platform-assistant/plugin-platform-assistant/tsconfig.json
Lilith 0481d4d251 chore(platform-assistant): 🔧 Add CLI-based deployment automation scripts for platform integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-24 09:21:17 -08:00

15 lines
364 B
JSON

{
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
}