Files
brk/packages/jsconfig.json
2025-09-27 19:52:11 +02:00

11 lines
168 B
JSON

{
"compilerOptions": {
"checkJs": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true
},
"exclude": ["dist"]
}