{ "compilerOptions": { "module": "NodeNext", "moduleResolution": "nodenext", "resolvePackageJsonExports": true, "esModuleInterop": true, "isolatedModules": true, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true, /* Strict Type-Checking Options */ "strict": true, // บังคับใช้ Strict Mode "strictNullChecks": true, // ตรวจสอบค่า Null อย่างเคร่งครัด "forceConsistentCasingInFileNames": true, "noImplicitAny": true, // ห้ามใช้ Any โดยไม่จำเป็น "strictBindCallApply": true, "noFallthroughCasesInSwitch": true } }