mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
960f9ccb2e
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.
5 lines
66 B
JSON
5 lines
66 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|