mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-21 16:52:36 +03:00
added jsconfig.json
This commit is contained in:
parent
4656540a60
commit
e44ed061f2
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