diff --git a/tsconfig.json b/tsconfig.json index 22b58e5456..28f520ca1f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,12 @@ "outDir": "dist/js/cjs" }, "filesGlob": [ - "./**/*.ts", - "!./node_modules/**/*.ts" + "./src/**/*.ts", + "./tools/**/*.ts", + "!./node_modules/**", + "!./modules_dart/**", + "!./packages/**", + "!./dist/**", + "!./temp/**" ] }