Files
goumrah-api/tsconfig.json
2025-11-01 16:56:42 +07:00

21 lines
331 B
JSON

{
"compilerOptions": {
"noEmit": true,
"target": "esnext",
"module": "esnext",
"moduleDetection": "force",
"moduleResolution": "bundler",
"esModuleInterop": true,
"lib": ["esnext"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"strict": true,
"verbatimModuleSyntax": true
},
"include": ["src"]
}