mirror of
https://github.com/placeholder-soft/create_gifted_box_demo.git
synced 2026-01-12 07:04:23 +08:00
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2016",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"decoratorMetadata": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
} |