diff --git a/template/tsconfig.json b/template/tsconfig.json index 3210206f..124dfdd9 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -4,7 +4,8 @@ "types": ["jest", "node"], "paths": { "@/*": ["./src/*"], - } + }, + "allowImportingTsExtensions": false }, "include": [ "./src/**/*",