Importing JSON in TypeScript
by AnttiHere's a quick tip: add resolveJsonModule: true to your tsconfig.json and then you can just:
import { version } from "./package.json";
Posted in #typescript
Here's a quick tip: add resolveJsonModule: true to your tsconfig.json and then you can just:
import { version } from "./package.json";
Posted in #typescript