-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Experimental support for decorators is .... #301
Labels
Comments
Please consider adding a reproducible repository. I cannot reproduce. My configuration: {
"compilerOptions": {
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd' or 'es2015'. */
"strict": true, /* Enable all strict type-checking options. */
"baseUrl": "./src", /* Base directory to resolve non-absolute module names. */
"paths": {
"~/*": ["*"]
}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
"allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */
}
} Screen shot |
Hi Thanks for your response edit |
I cannot reproduce Though I can reproduce |
HerringtonDarkholme
added a commit
to HerringtonDarkholme/vetur
that referenced
this issue
Jul 3, 2017
Merged
octref
pushed a commit
that referenced
this issue
Nov 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys
I am configuring VSC for Vue.., I have a next errors
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
Cannot find module '~plugins/nuxt-class-component'.
My tsconfig.json
And my screenshot of my file is
It not take nothing of configuration file
@types/node
Thanks
The text was updated successfully, but these errors were encountered: