diff --git a/apps/component-calling/tsconfig.json b/apps/component-calling/tsconfig.json index 3ab7df553..2ab50e791 100644 --- a/apps/component-calling/tsconfig.json +++ b/apps/component-calling/tsconfig.json @@ -23,7 +23,6 @@ }, "include": [ "src/**/*.ts", - "src/**/*.d.ts", - "src/**/*.mts" + "src/**/*.d.ts" ] } diff --git a/packages/font-cjkfonts-allseto/tsconfig.json b/packages/font-cjkfonts-allseto/tsconfig.json index 264ac6e41..cb3a65dcf 100644 --- a/packages/font-cjkfonts-allseto/tsconfig.json +++ b/packages/font-cjkfonts-allseto/tsconfig.json @@ -20,7 +20,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ] } diff --git a/packages/font-departure-mono/tsconfig.json b/packages/font-departure-mono/tsconfig.json index 264ac6e41..cb3a65dcf 100644 --- a/packages/font-departure-mono/tsconfig.json +++ b/packages/font-departure-mono/tsconfig.json @@ -20,7 +20,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ] } diff --git a/packages/font-xiaolai/tsconfig.json b/packages/font-xiaolai/tsconfig.json index 264ac6e41..cb3a65dcf 100644 --- a/packages/font-xiaolai/tsconfig.json +++ b/packages/font-xiaolai/tsconfig.json @@ -20,7 +20,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ] } diff --git a/packages/injecta/tsconfig.json b/packages/injecta/tsconfig.json index 1cd4cd58f..c248248b8 100644 --- a/packages/injecta/tsconfig.json +++ b/packages/injecta/tsconfig.json @@ -26,8 +26,7 @@ }, "include": [ "src/**/*.ts", - "src/**/*.d.ts", - "src/**/*.mts" + "src/**/*.d.ts" ], "exclude": [ "dist", diff --git a/packages/stage-pages/tsconfig.json b/packages/stage-pages/tsconfig.json index 27e544b2c..74e563a92 100644 --- a/packages/stage-pages/tsconfig.json +++ b/packages/stage-pages/tsconfig.json @@ -34,7 +34,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ], "exclude": [ diff --git a/packages/stage-shared/tsconfig.json b/packages/stage-shared/tsconfig.json index 27e544b2c..74e563a92 100644 --- a/packages/stage-shared/tsconfig.json +++ b/packages/stage-shared/tsconfig.json @@ -34,7 +34,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ], "exclude": [ diff --git a/packages/stage-ui-three/tsconfig.json b/packages/stage-ui-three/tsconfig.json index 88a77d4f7..56fd5af1a 100644 --- a/packages/stage-ui-three/tsconfig.json +++ b/packages/stage-ui-three/tsconfig.json @@ -32,7 +32,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ], "exclude": [ diff --git a/packages/stage-ui/tsconfig.json b/packages/stage-ui/tsconfig.json index b8ef586e6..ddfe8f744 100644 --- a/packages/stage-ui/tsconfig.json +++ b/packages/stage-ui/tsconfig.json @@ -37,12 +37,10 @@ "env.d.ts", "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue", "src/**/*.story.vue", "stories/**/*.ts", "stories/**/*.d.ts", - "stories/**/*.mts", "stories/**/*.vue", "stories/**/*.story.vue" ], diff --git a/packages/tresjs/tsconfig.json b/packages/tresjs/tsconfig.json index 27e544b2c..74e563a92 100644 --- a/packages/tresjs/tsconfig.json +++ b/packages/tresjs/tsconfig.json @@ -34,7 +34,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ], "exclude": [ diff --git a/packages/ui-loading-screens/tsconfig.json b/packages/ui-loading-screens/tsconfig.json index b0e63caa2..28ccc823c 100644 --- a/packages/ui-loading-screens/tsconfig.json +++ b/packages/ui-loading-screens/tsconfig.json @@ -21,11 +21,9 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue", "playground/**/*.ts", "playground/**/*.d.ts", - "playground/**/*.mts", "playground/**/*.vue" ] } diff --git a/packages/ui-transitions/tsconfig.json b/packages/ui-transitions/tsconfig.json index b0e63caa2..28ccc823c 100644 --- a/packages/ui-transitions/tsconfig.json +++ b/packages/ui-transitions/tsconfig.json @@ -21,11 +21,9 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue", "playground/**/*.ts", "playground/**/*.d.ts", - "playground/**/*.mts", "playground/**/*.vue" ] } diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 88a77d4f7..56fd5af1a 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -32,7 +32,6 @@ "include": [ "src/**/*.ts", "src/**/*.d.ts", - "src/**/*.mts", "src/**/*.vue" ], "exclude": [