1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-08 07:38:52 +01:00
2025-01-28 09:02:35 +01:00

15 lines
237 B
JSON

{
"compilerOptions": {
"checkJs": true,
"lib": ["dom", "dom.iterable", "dom.asynciterable"]
},
"fmt": {
"exclude": ["pnpm-lock.yaml", "**/*.md"]
},
"lint": {
"rules": {
"tags": ["recommended"]
}
}
}