Files
market_screener/ui/tsconfig.json
T
2026-06-06 22:55:43 -04:00

9 lines
137 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"allowJs": true,
"checkJs": false
}
}