mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"minify": false,
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": true
|
|
}
|
|
}
|