From 811458427593a4172a2cd535cc768db375350dca Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 17:05:21 +0900 Subject: feat(dev): change architecture and directory structure --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 564e2a2..bed26bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,10 @@ "verbatimModuleSyntax": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "outDir": "./dist", + "rootDir": "./src" }, + "include": ["src/**/*"], "exclude": ["node_modules", "dist"] } -- cgit v1.2.3-70-g09d2