updux/docs/tsconfig.json

11 lines
291 B
JSON
Raw Permalink Normal View History

2024-08-08 13:28:44 +00:00
{
"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/*"]
}
}
}