mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
31 lines
770 B
Plaintext
31 lines
770 B
Plaintext
{
|
|
"sourceMaps": false,
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strictMode": true,
|
|
"noInterop": false
|
|
},
|
|
"jsc": {
|
|
"externalHelpers": false,
|
|
"target": "esnext",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true,
|
|
"react": {
|
|
"throwIfNamespace": false,
|
|
"useBuiltins": false,
|
|
"pragma": "React.createElement",
|
|
"pragmaFrag": "React.Fragment",
|
|
"importSource": "react"
|
|
}
|
|
},
|
|
"keepClassNames": true
|
|
}
|
|
}
|