Skip to content

Commit

Permalink
Add amd build.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegascorp committed Jul 12, 2017
1 parent b5cb2bc commit b0848bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run/scripts.sh
Expand Up @@ -5,6 +5,10 @@
--declaration --declarationDir "./typescript" \
./src/index.ts

./node_modules/typescript/bin/tsc --outDir "./dist/amd" --target ES5 --noImplicitAny \
--module amd --moduleResolution classic --jsx react --allowSyntheticDefaultImports \
./src/index.ts

./node_modules/typescript/bin/tsc --outDir "./dist" --target ES5 --noImplicitAny \
--module commonjs --moduleResolution classic --jsx react --allowSyntheticDefaultImports \
./src/static.ts ./src/example/client/*.ts ./src/example/client/*.tsx
Expand Down

0 comments on commit b0848bc

Please sign in to comment.