npx tsx index.ts
See index.ts:
- How to make sure
'./block.html?raw'is resolved fromfixture/index.tsusingsourceFile.resolvedModules?.get('./block.html?raw')? - How to add DTS files (
assets.d.ts) to the program like e.g.tscdoes implicitly?
npx tsx index.ts
See index.ts:
'./block.html?raw' is resolved from fixture/index.ts using
sourceFile.resolvedModules?.get('./block.html?raw')?assets.d.ts) to the program like e.g. tsc does implicitly?