diff --git a/tsconfig.json b/tsconfig.json index 2a137cda..1a6cbd7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -92,6 +92,8 @@ "verbatimModuleSyntax": true, }, "exclude": [], + /* + pending https://github.com/dividab/tsconfig-paths/pull/245 "extends": [ "@tsconfig/recommended/tsconfig.json", "@tsconfig/strictest/tsconfig.json", @@ -99,6 +101,7 @@ "@tsconfig/svelte/tsconfig.json", "@tsconfig/esm/tsconfig.json" ], + */ "include": [ "CHANGELOG.md", "README.md",