{ "compilerOptions": { "experimentalDecorators": true, "target": "es2017", "module": "commonjs", "lib": [ "es2017" ], "types": [ "node" ], "strict": true, "baseUrl": ".", "paths": { "@common/*": [ "./common/*" ], "@client/*": [ "./client/*" ] } }, "exclude": [ "./client", "./common", "./server" ] }