mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +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"
|
|
}
|
|
} |