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