You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I'm trying to override tsconfig.json to be jsonc & that's not working, I tried with multiple .json files & all of them are the same result. It's always set to json
require('filetype').setup {
overrides= {
extensions= {
nix='nix',
res='rescript',
},
literal= {
['.stylelintrc'] ='json',
['.envrc'] ='bash',
['tsconfig.json'] ='jsonc', -- this is not working.
},
complex= {
['tsconfig.*'] ='jsonc', -- this is not working.
},
},
}
The text was updated successfully, but these errors were encountered:
I'm trying to override
tsconfig.json
to bejsonc
& that's not working, I tried with multiple.json
files & all of them are the same result. It's always set tojson
The text was updated successfully, but these errors were encountered: