Skip to content

Commit 2a84e9a

Browse files
subfolders tsc
1 parent 941a53f commit 2a84e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const clean = async () => {
5050
};
5151

5252
const buildTypeScript = async () => {
53-
exec('node node_modules/typescript/bin/tsc --noEmit false --outDir ../../../Package/Assembled', '../Modules/@babylonjs/react-native');
53+
exec('node node_modules/typescript/bin/tsc *.ts *.tsx --noEmit false --outDir ../../../Package/Assembled', '../Modules/@babylonjs/react-native');
5454

5555
// Update the 'main' property in package.json to be 'index.js' instead of 'index.ts'
5656
const packageJson = JSON.parse(fs.readFileSync('Assembled/package.json'));

0 commit comments

Comments
 (0)