mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
* Add explicit extensions to relative imports * Add linting rule * Fix outdated pnpm lock * fix: use esbuild --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: Calum H. (IMB11) <contact@cal.engineer> Co-authored-by: Calum H. <calum@modrinth.com>
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "@modrinth/tooling-config/typescript/vue.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"#ui/*": ["./src/*"],
|
|
"@modrinth/api-client": ["../api-client/src/index.ts"]
|
|
}
|
|
}
|
|
}
|