{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "ES2020", | |
"lib": [ | |
"ES2020" | |
], | |
"sourceMap": true, | |
"rootDir": "src", | |
"strict": true, | |
"noImplicitReturns": true, | |
"noFallthroughCasesInSwitch": true, | |
"noUnusedParameters": true | |
}, | |
"exclude": [ | |
"node_modules" | |
] | |
} |