mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 01:57:18 +09:00
21 lines
316 B
Plaintext
21 lines
316 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true,
|
|
"dynamicImport": false
|
|
},
|
|
"target": "esnext",
|
|
"keepClassNames": true,
|
|
"transform": {
|
|
"legacyDecorator": false,
|
|
"decoratorMetadata": false
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"noInterop": true
|
|
}
|
|
}
|