angular-meteor icon indicating copy to clipboard operation
angular-meteor copied to clipboard

ReferenceError: Can't find variable: __decorate

Open alexeipE opened this issue 7 years ago • 2 comments

ReferenceError: Can't find variable: __decorate at export class AppComponent {}

{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "dom", "es2015" ], "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "target": "es5", "skipLibCheck": true, "stripInternal": true, "noImplicitAny": false, "types": [ "meteor-typings", "@types/underscore" ] }, "include": [ "client//*.ts", "server//.ts", "imports/**/.ts" ], "exclude": [ "node_modules" ], "compileOnSave": false, "atom": { "rewriteTsconfig": false } }

alexeipE avatar Oct 22 '18 07:10 alexeipE

Could you install barbatus:typescript-runtime?

meteor add barbatus:typescript-runtime

ardatan avatar Nov 30 '18 01:11 ardatan

@alPetrovskij have you resolved this issue?

anoop-chauhan avatar Jan 18 '21 08:01 anoop-chauhan