{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "checkJs": true, "strict": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "exactOptionalPropertyTypes": false, "noFallthroughCasesInSwitch": false, "noImplicitAny": false, "noImplicitReturns": false, "noUnusedLocals": true, "noUnusedParameters": false, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "isolatedModules": true, "preserveSymlinks": false, "useDefineForClassFields": true, "lib": [], "moduleResolution": "node", "resolveJsonModule": true, "types": [], "noErrorTruncation": true, "declaration": true, "declarationMap": true, "sourceMap": true, "jsx": "preserve", "module": "CommonJS", "target": "ES2020" }, "typeAcquisition": { "enable": false } }