{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"skipLibCheck": true,
"target": "ES2020",
"noEmit": true,
"lib": [
"ES2020"
],
"types": [
"node"
],
"moduleResolution": "bundler",
"checkJs": false,
"strict": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true
},
"exclude": [
"node_modules"
],
"include": [
"src/**/*.ts"
]
}