@zenithcore/sdk
Version:
Developer-friendly SDK for ZenithKernel applications
23 lines (22 loc) • 551 B
JSON
{
"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": {
"@zenithcore/core/*": ["../zenith-core/src/*"],
"@zenithcore/runtime/*": ["../zenith-runtime/src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}