{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */, "paths": { "updux": ["../src/index.ts"], "@tutorial/*": [ "../src/tutorial/*"] } } }