mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 14:56:27 +03:00
Merge pull request #740 from filecoin-project/@aminejv/import-intellisense
This commit is contained in:
commit
7ebc664466
9
jsconfig.json
Normal file
9
jsconfig.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"~/*": ["./*"],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"exclude": ["node_modules", ".next"],
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user