diff --git a/.presetterrc.json b/.presetterrc.json index 1dc1e4b..f812396 100644 --- a/.presetterrc.json +++ b/.presetterrc.json @@ -5,6 +5,7 @@ "config": { "tsconfig": { "compilerOptions": { + "allowImportingTsExtensions": false, "module": "nodenext" } }