zenith-gen
Version:
A CLI tool designed to streamline the creation of projects within the Zenith Inova ecosystem, providing optimized configurations and modern development tools.
17 lines (16 loc) • 351 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler", // ✅ Fixes ESM imports
"esModuleInterop": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"resolveJsonModule": true
},
"tsc-alias": {
"resolveFullPaths": true,
"verbose": false
}
}