mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 19:47:10 +03:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
{
|
||
|
"exclude": "vendor/",
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": false,
|
||
|
"decorators": false
|
||
|
}
|
||
|
}
|
||
|
}
|