{
"compilerOptions": {
"outDir": "./dist",
"rootDir": ".",
"target": "ES2015",
"module": "ES2015",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"./**/*.ts"
]
}