{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"strict": true,
"noEmit": true
},
"include": ["./src", "./test", "./global.d.ts"],
"exclude": ["node_modules"]
}