Domande taggate «tsc»


8
Come posso fare in modo che il compilatore Typescript restituisca il js compilato in una directory diversa?
Sono abbastanza nuovo in TypeScript e in questo momento ho file .ts in diversi punti attraverso la struttura del mio progetto: app/ |-scripts/ |-app.ts | |-classes/ | |-classA.ts | |-classB.ts | |-controllers/ | |-controllerA.ts | |-controllerB.ts | |-otherStuff/ |-otherstuffA.ts In questo momento, quando i miei file vengono compilati, vengono compilati …


3
@ Tipi / Sequelize Error TS1086: un accessor non può essere dichiarato nel contesto ambientale
Ho un progetto che mostra questo errore quando eseguo 'tsc': ../modules/node_modules/sequelize/types/lib/transaction.d.ts:33:14 - error TS1086: An accessor cannot be declared in an ambient context. 33 static get LOCK(): LOCK; ~~~~ ../modules/node_modules/sequelize/types/lib/transaction.d.ts:40:7 - error TS1086: An accessor cannot be declared in an ambient context. 40 get LOCK(): LOCK; ~~~~ Le mie versioni …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.