{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "ES2020"
},
"include": ["src/**/*"],
}