{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "strict": true, "noEmit": true, "esModuleInterop": true, "baseUrl": ".", "paths": { "acme-client": ["."] } } }