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 #1954

Closed
alexeipE opened this issue Oct 22, 2018 · 1 comment
Closed

ReferenceError: Can't find variable: __decorate #1954

alexeipE opened this issue Oct 22, 2018 · 1 comment

Comments

@alexeipE
Copy link

ReferenceError: Can't find variable: __decorate
meteor --version Meteor 1.6.1.4

{
"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

Duplicate #1955

@ardatan ardatan closed this as completed Nov 30, 2018
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

2 participants