# Vivek Vijayan - Hi everyone.. { "compilerOp... Channel: #support Source: https://discord.com/channels/1233487248129921135/1516361488351232130 Started: 2026-06-16T08:39:11.809000+00:00 Last activity: 2026-06-16T10:55:01.330000+00:00 ## Vivek Vijayan — 2026-06-16T08:39:11.457000+00:00 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 — 2026-06-16T09:33:50.044000+00:00 <@809856037376491570> is this from eval ?? ## Rishabh — 2026-06-16T09:50:53.145000+00:00 Taking a look ## mohan-bee — 2026-06-16T10:12:55.708000+00:00 <@809856037376491570> may be you can use this :: `jsonc-parser` package : https://github.com/tscircuit/eval/pull/2916 ## Rishabh — 2026-06-16T10:16:47.895000+00:00 We could if we use more json file manipulation, then this package would really help I guess ## Rishabh — 2026-06-16T10:18:39.775000+00:00 <@1050759023194030111> Can you try again and let us know if the fix we merged worked? ## Vivek Vijayan — 2026-06-16T10:55:01.330000+00:00 <@809856037376491570> <@1238122660345548882> It's working.. Thanks guys.. For such a fast response..