← Back to community index
# support·Active

Vivek Vijayan - Hi everyone.. { "compilerOp...

Hi everyone.. code sample This is my tsconfig.json file. As you can see, I'm linking imports directory as the standard typescript library in compiler options. tsci build is working without any issues. But when I run tsci dev, getting following error in the web browser code sample

Started by Vivek VijayanJun 16, 20267 messages

Discussion

Last active 28 days ago · plain text
Vivek Vijayanoriginal post
Hi everyone.. ``` { "compilerOptions": { ... "types": [ "tscircuit" ], "paths":{ "@imports/*": ["imports/*"] } }, ``` This is my tsconfig.json file. As you can see, I'm linking imports directory as the standard typescript library in compiler options. tsci build is working without any issues. But when I run tsci dev, getting following error in the web browser ``` Execution Error:Failed to parse tsconfig.json: JSON.parse: expected ':' after property name in object at line 22 column 21 of the JSON data executeWithFsMap@blob:http://localhost:3021/f6c93d81-ff92-45e8-bde4-bdf57fea9251:1006:729343 @tscircuit/eval@0.0.925 ```
mohan-bee
<@809856037376491570> is this from eval ??
Rishabh
Taking a look
mohan-bee
<@809856037376491570> may be you can use this :: `jsonc-parser` package : https://github.com/tscircuit/eval/pull/2916
Rishabh
We could if we use more json file manipulation, then this package would really help I guess
Rishabh
<@1050759023194030111> Can you try again and let us know if the fix we merged worked?
Vivek Vijayan
<@809856037376491570> <@1238122660345548882> It's working.. Thanks guys.. For such a fast response..

Want to add to the conversation?

Reply in Discord so your notes stay connected to the source.
Continue in Discord ↗