Skip to content

Commit f20b825

Browse files
committed
feat(ts): use @ as root reference path
1 parent 112d0f1 commit f20b825

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tsconfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const tsconfig = {
2020
allowSyntheticDefaultImports: true,
2121
esModuleInterop: true,
2222
experimentalDecorators: true,
23+
paths: {
24+
'@/*': ['./*'],
25+
},
2326
},
2427
};
2528

0 commit comments

Comments
 (0)