c4dslbuilder
Version:
A CLI tool designed to compile a folder structure of markdowns and mermaid files into a site, pdf, single file markdown or a collection of markdowns with links - inspired by c4builder
19 lines (18 loc) • 511 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "lib",
"rootDir": "src",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"resolveJsonModule": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
},
"include": ["src", "vite.config.ts"],
"exclude": ["vite.config.ts", "node_modules", "lib", "**/*.spec.ts"]
}