This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const companyQuestion: QuestionData = { | |
questionId: 0, | |
affectsCardsGameOrdering: false, | |
text: '¿Pensás ir acompañadx a las citas grupales de esta app?', | |
shortVersion: 'Iría a la cita con', | |
answers: [ | |
{ | |
answerId: 0, | |
text: 'Iría solx', | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/////////////////////////////////////////////////// INSTALAR TYPESCRIPT EN UNA PC //////////////////////////////////////////// | |
npm install typescript -g | |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
////////////////////////////////////////// INSTALAR TYPESCRIPT EN UN PROYECTO CON WEBPACK //////////////////////////////////// | |
/* | |
1) En el root del proyecto creamos un achivo llamado tsconfig.json con este contenido: | |
*/ |