mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-08 07:38:52 +01:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"lib": ["dom", "dom.iterable", "dom.asynciterable"]
|
|
},
|
|
"fmt": {
|
|
"exclude": ["pnpm-lock.yaml", "**/*.md"]
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"]
|
|
}
|
|
}
|
|
}
|