{
"compilerOptions": {
"target": "ES2018",
"module": "ESNext",
"sourceMap": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"esModuleInterop": true,
"noImplicitAny": true,
"removeComments": true
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules"]
}