From ca893119b763534b41e420373359e4d803043bd7 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 5 Nov 2024 21:13:44 -0500 Subject: [PATCH] Fix TypeScript file extension warning Fix the following warning from TypeScript: `Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './paths.js'?` --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index a1abbe8..3ca0557 100644 --- a/index.ts +++ b/index.ts @@ -7,7 +7,7 @@ */ import { join } from 'path' -import { exists } from './paths' +import { exists } from './paths.js' export const deploy = { async start({