File size: 163 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript"
}
},
"module": {
"type": "commonjs"
}
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript"
}
},
"module": {
"type": "commonjs"
}
}
|