diff options
Diffstat (limited to 'cli/tests/testdata/config.ts.out')
| -rw-r--r-- | cli/tests/testdata/config.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/config.ts.out b/cli/tests/testdata/config.ts.out new file mode 100644 index 000000000..9f8a8ddd1 --- /dev/null +++ b/cli/tests/testdata/config.ts.out @@ -0,0 +1,7 @@ +[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]/config.ts:[WILDCARD] |
