Files
market_screener/ui/tsconfig.json
T
2026-06-04 11:24:08 -04:00

9 lines
137 B
JSON

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