GoDoxy/tsconfig.json
2025-01-25 02:36:22 +08:00

16 lines
359 B
JSON

{
"compilerOptions": {
"incremental": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"resolveJsonModule": true,
"declaration": true
},
"include": ["schemas"]
}