diff --git a/files/__addonLocation__/tsconfig.json b/files/__addonLocation__/tsconfig.json index 5ad3acef..e7dc4a5c 100644 --- a/files/__addonLocation__/tsconfig.json +++ b/files/__addonLocation__/tsconfig.json @@ -4,6 +4,9 @@ "src/**/*", "unpublished-development-types/**/*" ], + "compilerOptions": { + "skipLibCheck": true + }, "glint": { "environment": "ember-loose" }