mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "es2021",
|
|
"keepClassNames": true,
|
|
"loose": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"sourceMaps": true
|
|
}
|