diff --git a/.eslintrc.js b/.eslintrc.js index f40588d..c0eefff 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,6 +18,13 @@ module.exports = { alwaysTryTypes: true, project: './tsconfig.json', }, + alias: { + map: [ + ['@', './src'], + ['~', './'], + ], + extensions: ['.ts', '.tsx', '.js', '.jsx', '.json'], + }, }, }, };