deno/cli/tests/tsconfig.decorators.json
Bartek Iwańczuk 960f9ccb2e
fix: SWC lexer settings and silent errors (#5752)
This commit changes how error occurring in SWC are handled.
Changed lexer settings to properly handle TS decorators.
Changed output of SWC error to annotate with position in file.
2020-05-22 19:23:35 +02:00

6 lines
66 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true
}
}