js fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PermissionKey } from "./permissions";
|
||||
import type { PermissionKey } from "./permissions.js";
|
||||
|
||||
export interface AuthUser {
|
||||
id: string;
|
||||
@@ -18,4 +18,3 @@ export interface LoginResponse {
|
||||
token: string;
|
||||
user: AuthUser;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export * from "./auth/permissions";
|
||||
export * from "./auth/types";
|
||||
export * from "./common/api";
|
||||
export * from "./company/types";
|
||||
export * from "./files/types";
|
||||
export * from "./gantt/types";
|
||||
export * from "./auth/permissions.js";
|
||||
export * from "./auth/types.js";
|
||||
export * from "./common/api.js";
|
||||
export * from "./company/types.js";
|
||||
export * from "./files/types.js";
|
||||
export * from "./gantt/types.js";
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"declaration": true
|
||||
@@ -9,4 +11,3 @@
|
||||
"src"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user