mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
"jsc": {
|
|
"loose": true,
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
}
|
|
}
|
|
}
|