Files
tools/image-convert-scale-bun/tsconfig.json
T
2026-05-18 01:23:53 +08:00

15 lines
302 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["**/*.ts"]
}