Files
market_screener/tsconfig.json
T
2026-06-04 22:44:50 -04:00

15 lines
329 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true
},
"include": ["server/**/*", "bin/**/*"],
"exclude": ["node_modules", "ui"]
}