mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
7e2c7fb6c5
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
7 lines
417 B
Text
7 lines
417 B
Text
[WILDCARD]Unsupported compiler options in "[WILDCARD]config.tsconfig.json".
|
|
The following options were ignored:
|
|
module, target
|
|
error: TS1219 [ERROR]: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.
|
|
a() {
|
|
^
|
|
at file:///[WILDCARD]cli/tests/config.ts:[WILDCARD]
|