mirror of
https://github.com/vbalien/voca.git
synced 2025-12-06 11:26:21 +09:00
28 lines
425 B
JSON
28 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["dom", "deno.ns"],
|
|
"strict": true,
|
|
"jsx": "react"
|
|
},
|
|
"lint": {
|
|
"files": {
|
|
"include": ["src/"]
|
|
},
|
|
"rules": {
|
|
"tags": ["recommended"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"files": {
|
|
"include": ["src/"]
|
|
},
|
|
"options": {
|
|
"useTabs": true,
|
|
"lineWidth": 80,
|
|
"indentWidth": 2,
|
|
"proseWrap": "preserve"
|
|
}
|
|
}
|
|
}
|