Files
dynamic-sites-simple/server/tsconfig.json
2026-04-17 16:08:31 -05:00

15 lines
297 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}