We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a358b0 commit 5f0ddb0Copy full SHA for 5f0ddb0
.eslintrc.js
@@ -58,7 +58,6 @@ module.exports = {
58
],
59
settings: {
60
'import/resolver': {
61
- node: true,
62
typescript: true,
63
},
64
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"allowJs": true,
4
- "baseUrl": "src",
+ "baseUrl": ".",
5
"checkJs": false,
6
"esModuleInterop": true,
7
"forceConsistentCasingInFileNames": true,
0 commit comments