diff --git a/tsconfig.json b/tsconfig.json index cacca1e79..c318522a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,10 @@ "allowSyntheticDefaultImports": true, "strict": true, "skipLibCheck": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "paths": { + "#/*": ["./src/*"] + } }, "include": ["./src/**/*.ts"] }