{ "compilerOptions": { "sourceMap": true, "jsx": "react", "experimentalDecorators": true, "target": "es2017", "lib": [ "es2017", "dom", "scripthost" ], "module": "commonjs", "types": [ "webpack-env", "core-js", "node" ], "strict": true, "baseUrl": "..", "paths": { "@common/*": [ "./common/*" ], "@client/*": [ "./client/*" ] } }, "references": [ { "path": "../common" } ] }