Skip to content

Commit b38e8c1

Browse files
committed
#153 モジュールのpathを修正
1 parent b25f467 commit b38e8c1

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/application/Application/service/ApplicationQueryStringParserService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IQueryObject } from "src/interface/IQueryObject";
1+
import type { IQueryObject } from "../../../interface/IQueryObject";
22
import { $getConfig } from "../../variable/Config";
33
import { query } from "../../variable/Query";
44

src/domain/loading/Loading.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ILoading } from "src/interface/ILoading";
1+
import type { ILoading } from "../../interface/ILoading";
22

33
/**
44
* @type {object}

src/infrastructure/Request/repository/RequestContentRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IRequest } from "src/interface/IRequest";
1+
import type { IRequest } from "../../../interface/IRequest";
22
import { Loader } from "@next2d/display";
33
import { URLRequest } from "@next2d/net";
44
import { cache } from "../../../application/variable/Cache";

src/infrastructure/Request/repository/RequestCustomRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IRequest } from "src/interface/IRequest";
1+
import type { IRequest } from "../../../interface/IRequest";
22
import { packages } from "../../../application/variable/Packages";
33
import { cache } from "../../../application/variable/Cache";
44
import { ResponseDTO } from "../../Response/dto/ResponseDTO";

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"module": "ESNext",
66
"lib": ["ES2020", "DOM", "DOM.Iterable"],
77
"skipLibCheck": true,
8-
"ignoreDeprecations": "6.0",
98

109
/* Bundler mode */
1110
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)