blob: 0ad4bf03ff4ef19386b12875948e0c35f42d192b [file] [log] [blame]
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "nodenext",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["build", "**/*.test.ts"],
"typeRoots": ["./node_modules/@types", "./types"]
}