{ "compilerOptions": { "baseUrl": ".", "paths": { "client/*": [ "client/*" ] }, "allowSyntheticDefaultImports": true, "allowJs": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "moduleResolution": "node", "module": "esnext", "target": "es5", "strict": false, "esModuleInterop": true, "resolveJsonModule": true, "sourceMap": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "strictNullChecks": false, "lib": [ "dom", "es2017", "es5" ], } }