chore: tsconfig path

This commit is contained in:
afiqzudinhadi 2025-07-08 20:58:05 +08:00
parent 5d92336500
commit 9e418621e0
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import { Router } from "express";
import { createProduct, getProducts } from "@repo/db/index.ts";
import { createProduct, getProducts } from "@repo/db/index";
const router = Router();

View file

@ -1,5 +1,5 @@
import { Router } from "express";
import { getUsers, createUser } from "@repo/db/index.ts";
import { getUsers, createUser } from "@repo/db/index";
import { randomUUID } from "crypto";
const router = Router();