diff --git a/tsconfig.json b/tsconfig.json index 8f93cb6..7a04d7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,15 @@ "compilerOptions": { "target": "es2016", "module": "commonjs", + "baseUrl": "src", "rootDir": "src", "outDir": "dist", + "paths": { + "@utils/*": ["utils/*"], + }, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } -} +} \ No newline at end of file