From f49dadb6ab08e23c9994b48b48d9df908fda3101 Mon Sep 17 00:00:00 2001 From: Jeff Walden Date: Thu, 28 Mar 2024 00:18:56 -0700 Subject: [PATCH] chore: Disallow using JS files, completing the transition to TypeScript. (#37) --- tsconfig.build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 2b5f135..81af73c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -3,7 +3,6 @@ "include": ["src/**/*.js", "src/**/*.ts"], "exclude": ["node_modules/**", "src/**/*spec.ts", "src/**/__tests__/*", "src/**/__mocks__/*"], "compilerOptions": { - "allowJs": true, "outDir": "./dist", "baseUrl": "./", "paths": {