mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 05:50:24 +00:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
// ts-node-register.js
|
|
import { register } from "node:module";
|
|
import { pathToFileURL } from "node:url";
|
|
|
|
register("ts-node/esm", pathToFileURL("./"));
|