Files
cfw-autumn/apps/docs/tsconfig.json
2026-02-16 12:09:51 +00:00

15 lines
347 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["bun"],
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["scripts/**/*"],
"exclude": ["node_modules", "**/*.json", "**/*.yml", "**/*.yaml", "**/*.mdx", "**/*.md"]
}