Better dir structure

This commit is contained in:
Gregory Schier
2023-02-18 20:30:39 -08:00
parent 51b6147445
commit bfa3418ee5
21 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
},
'import/resolver': {
node: {
paths: ['src'],
paths: ['src-web'],
extensions: ['.js', '.jsx', '.ts', '.tsx'],
},
},