Files
log/tsconfig.json
syui 38e770b2ab
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 4s
init
2026-01-15 18:18:58 +09:00

19 lines
424 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}