mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
20 lines
331 B
Text
20 lines
331 B
Text
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"decorators": false,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
}
|