.ts files stopped working
See original GitHub issueI have a couple of plain typescript files for images and theme tokens. I’m using typescript: true
. 0.6.9
was working just fine, but something in 0.7.0
switched to start appending .ts
to the variable name. Here’s the syntax error:
import images.ts from "./emails/images.ts";
With this version I can no longer preview, build, or export.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11
Top Results From Across the Web
Typescript *.ts not working? - Stack Overflow
It will compile all .ts files into .js files. ... I faced the same problem, try this command: tsc --outFile file.js file.ts.
Read more >TypeScript editor crashes on opening any .ts file
The TypeScript editor crashes on opening any .ts file and falls back to the basic text editor (https://developercommunity.visualstudio.com/content/problem/41346 ...
Read more >Windows 10 "hanging" when selecting large .ts (transport
Select a large TS file and the system hangs, the spinning circle icon appears, widow dims white, "(not responding)" displayed in the window ......
Read more >[Solved] Problem with .ts files - XDA Forums
Hi there, i'm having a problem with playing .ts file on my note 2.. although i can play it with mx player, but...
Read more >Tsconfig show typescript file not found error after moving it to ...
Issue Type: Bug When I move a typescript file from a directory into another directory or delete the file from vscode, it shows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it’s closer! now the commands seem to have slightly different issues.
build
is giving eslint errors. could it be due to my monorepo?preview
is looping on this:and
export-previews
is still doing:release in 0.7.1
⚡