feat(types): add TypeScript definitions for TradingView and Datafeeds

This commit is contained in:
2025-12-29 23:09:52 +07:00
parent ae0e73a4e8
commit 0741b7b507
8 changed files with 32109 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"#/*": ["./types/*"]
},
"resolveJsonModule": true,
"types": ["./components"],