{ "compileOnSave": false, "compilerOptions": { "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "module": "esnext", "typeRoots": ["node_modules/@types"], "lib": ["es2017", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": { "@ghostfolio/api/*": ["apps/api/src/*"], "@ghostfolio/client/*": ["apps/client/src/app/*"], "@ghostfolio/helper": ["libs/helper/src/index.ts"] } }, "exclude": ["node_modules", "tmp"] }