mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 08:44:06 +02:00
25 lines
429 B
JSON
25 lines
429 B
JSON
{
|
|
"workspace": [
|
|
"./ast",
|
|
"./check",
|
|
"./middle",
|
|
"./parse",
|
|
"./resolve",
|
|
"./ty",
|
|
"./common",
|
|
"./stringify"
|
|
],
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"exclude": [
|
|
"verbatim-module-syntax",
|
|
"no-unused-vars"
|
|
]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"indentWidth": 4
|
|
}
|
|
}
|