UNPKG

@zenithcore/core

Version:

Core functionality for ZenithKernel framework

32 lines (31 loc) 899 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "declaration": true, "outDir": "dist", "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "types": ["bun-types"], "baseUrl": ".", "paths": { "@core/*": ["./src/core/*"], "@modules/*": ["./src/modules/*"], "@components/*": ["./src/modules/Components/*"], "@decorators/*": ["./src/decorators/*"], "@components/hydra/*": ["./src/modules/Rendering/hydra/*"], "@components/registryMeta": ["./src/modules/RegistryServer/RegistryMeta"], "@components/SystemMeta": ["./src/modules/SystemMeta"] } }, "include": ["src/**/*"], "exclude": [ "node_modules", "dist", "src/modules/Rendering/islands/ReactiveCounterIsland.tsx" ] }