{ "compilerOptions": { "module": "commonjs", "lib": ["es2015", "dom"], "target": "ES5", "sourceMap": true, "noUnusedLocals": true, "paths": { "common/*": ["common/*"] } } }