{
"compilerOptions": {
"incremental": true ,
"tsBuildInfoFile": ".tsbuildinfo",
"diagnostics": true,
"target": "ES5",
"module": "commonjs",
"outFile": "./app.js",
"lib": [],
"allowJs": true,
"outDir": "./out",
"rootDir": "./" ,
"declaration": false,
"declarationDir": "./d",
"emitDeclarationOnly": false ,
"sourceMap": false,
"inlineSourceMap": false,
"declarationMap": false,
"typeRoots": [],
"types": [],
"removeComments": false,
"noEmit": false ,
"noEmitOnError": false,
"noEmitHelpers": false,
"importHelpers": false,
"downlevelIteration": false,
"strict": false,
"alwaysStrict": false,
"strictNullChecks": false,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"strictBindCallApply": false,
"noImplicitThis": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": false,
"noImplicitReturns": false,
"esModuleInterop": false ,
"allowUmdGlobalAccess": false,
"moduleResolution": "node",
"baseUrl": "",
"paths": {} ,
"rootDirs": [],
"listEmittedFiles": false,
"listFiles": false,
}
}