{ "compilerOptions": { "target": "ESnext", "module": "CommonJS", "noImplicitAny": true, "removeComments": true, "sourceMap": true, "outDir": "./dist/", "baseUrl": "./src/", "paths": { "shared/*": ["../../shared/*"] } } }