Is there any way to have the TypeScript compiler also copy content files that don\'t have a ts or tsx extension to the output directory?
For example, my tsconfig.jso
One workaround is to make the json file a normal js file, require/import it normally, and add "allowJs" : true to "compilerOptions" in tsconfig.json.
"allowJs" : true