mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 02:17:18 +09:00
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true,
|
|
"dynamicImport": false
|
|
},
|
|
"target": "esnext",
|
|
"keepClassNames": true,
|
|
"transform": {
|
|
"legacyDecorator": false,
|
|
"decoratorMetadata": false
|
|
},
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"noInterop": false
|
|
}
|
|
}
|