Merge pull request #740 from filecoin-project/@aminejv/import-intellisense

This commit is contained in:
martinalong 2021-05-04 11:22:06 -07:00 committed by GitHub
commit 7ebc664466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
jsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
}
},
"exclude": ["node_modules", ".next"],
}