Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: Can't find variable: __decorate #1955

Open
alexeipE opened this issue Oct 22, 2018 · 2 comments
Open

ReferenceError: Can't find variable: __decorate #1955

alexeipE opened this issue Oct 22, 2018 · 2 comments

Comments

@alexeipE
Copy link

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
}
}

@ardatan
Copy link
Collaborator

ardatan commented Nov 30, 2018

Could you install barbatus:typescript-runtime?

meteor add barbatus:typescript-runtime

@anoop-chauhan
Copy link

@alPetrovskij have you resolved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants