mirror of
https://github.com/sern-handler/gui
synced 2026-06-05 17:06:52 +00:00
19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": false,
|
|
"decorators": false,
|
|
"importAssertions": true
|
|
},
|
|
"target": "esnext",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
// Requires v1.2.50 or upper and requires target to be es2016 or upper.
|
|
"keepClassNames": false
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
} |