We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941a53f commit 2a84e9aCopy full SHA for 2a84e9a
Package/gulpfile.js
@@ -50,7 +50,7 @@ const clean = async () => {
50
};
51
52
const buildTypeScript = async () => {
53
- exec('node node_modules/typescript/bin/tsc --noEmit false --outDir ../../../Package/Assembled', '../Modules/@babylonjs/react-native');
+ exec('node node_modules/typescript/bin/tsc *.ts *.tsx --noEmit false --outDir ../../../Package/Assembled', '../Modules/@babylonjs/react-native');
54
55
// Update the 'main' property in package.json to be 'index.js' instead of 'index.ts'
56
const packageJson = JSON.parse(fs.readFileSync('Assembled/package.json'));
0 commit comments