mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-04 04:49:06 +03:00
9 lines
151 B
JSON
9 lines
151 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": ["./*"],
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", ".next"],
|
||
|
}
|