{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "dist", "declaration": false, "paths": { "@common/*": ["../../frontend-common/src/*"] } }, "include": ["src/**/*.ts", "../../frontend-common/src/**/*.ts"] }