From eae19bb1b047b3568e7a9a624b50e80886e56331 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:47:50 +0300 Subject: feat/frontend: optimizing imports, file extensions (#230) Co-authored-by: FifthWit --- frontend/tsconfig.paths.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/tsconfig.paths.json (limited to 'frontend/tsconfig.paths.json') diff --git a/frontend/tsconfig.paths.json b/frontend/tsconfig.paths.json new file mode 100644 index 0000000..2a33687 --- /dev/null +++ b/frontend/tsconfig.paths.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "baseUrl": "src", + "paths": { + "@api/*": ["api/*"], + "@components/*": ["components/*"], + "@css/*": ["css/*"], + "@fonts/*": ["fonts/*"], + "@hooks/*": ["hooks/*"], + "@images/*": ["images/*"], + "@pages/*": ["pages/*"], + "@customTypes/*": ["types/*"], + "@utils/*": ["utils/*"] + } + } + } \ No newline at end of file -- cgit v1.2.3