{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"outDir": "out",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}