{ "compilerOptions": { "lib": [ "DOM", "WebWorker", "ES2015" ], "target": "ES2016", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "moduleResolution": "node", "skipLibCheck": true, "strict": true, "paths": { "@shared/*": ["../shared/src/*"] }, "baseUrl": "." }, "include": [ "src/**/*" ], "exclude": [ "node_modules" ], "references": [ { "path": "../shared" } ] }