Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

babel typescript

"compilerOptions": {  // Ensure that .d.ts files are created by tsc, but not .js files  "declaration": true,  "emitDeclarationOnly": true,  // Ensure that Babel can safely transpile files in the TypeScript project  "isolatedModules": true}
Source by www.typescriptlang.org #
 
PREVIOUS NEXT
Tagged: #babel #typescript
ADD COMMENT
Topic
Name
5+3 =