{ "extends": "./.sern/tsconfig.json", "compilerOptions": { "moduleResolution": "node", "baseUrl": "./src", "paths": { "#/*": ["./utils/*"] }, "allowSyntheticDefaultImports": true } }