mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 15:42:51 +03:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
|
{
|
||
|
"test": ".*\\.tsx?$",
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": true,
|
||
|
"decorators": true,
|
||
|
"dynamicImport": true
|
||
|
}
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
}
|
||
|
}
|