{ "include": ["src/**/*"], "compilerOptions": { "outDir": "scripts", "noImplicitAny": true, "lib": ["ES7", "DOM"], "sourceMap": true, "target": "esnext", "baseUrl": "src/", "module": "esnext", "noFallthroughCasesInSwitch": true } }