diff --git a/VERSION b/VERSION index 22542ee9..0c7f05d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.133-beta \ No newline at end of file +2.5.134-beta \ No newline at end of file diff --git a/tsconfig.d.json b/tsconfig.d.json index 5d7922d9..28fc65c2 100644 --- a/tsconfig.d.json +++ b/tsconfig.d.json @@ -45,7 +45,8 @@ "src/**/*.mts", "src/**/*.cts", "node_modules", - "node_modules/**/*" + "node_modules/**/*", + "public/types" ], "ts-node": { "transpileOnly": true, diff --git a/tsconfig.jasmine.json b/tsconfig.jasmine.json index 9235f3a4..e99c797d 100644 --- a/tsconfig.jasmine.json +++ b/tsconfig.jasmine.json @@ -46,6 +46,13 @@ "spec/**/*", "src/**/*", "src/*" + ], + "exclude": [ + "src/**/*.mts", + "src/**/*.cts", + "node_modules", + "node_modules/**/*", + "public/types" ] } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 6c4bc5f2..febe28b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,6 +39,13 @@ "src/**/*", "src/types/**/*" ], + "exclude": [ + "src/**/*.mts", + "src/**/*.cts", + "node_modules", + "node_modules/**/*", + "public/types" + ], "ts-node": { // It is faster to skip typechecking. // Remove if you want ts-node to do typechecking.