We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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 } }
The text was updated successfully, but these errors were encountered:
Could you install barbatus:typescript-runtime?
barbatus:typescript-runtime
meteor add barbatus:typescript-runtime
Sorry, something went wrong.
@alPetrovskij have you resolved this issue?
No branches or pull requests
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
}
}
The text was updated successfully, but these errors were encountered: