mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
25 lines
452 B
Plaintext
25 lines
452 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"exclude": ["(.*).(spec|test).(j|t)s$"],
|
|
"jsc": {
|
|
"target": "es2020",
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
},
|
|
"minify": {
|
|
"mangle": true,
|
|
"compress": true
|
|
}
|
|
},
|
|
"minify": false,
|
|
"sourceMaps": true,
|
|
"inlineSourcesContent": true,
|
|
"env": {
|
|
"targets": {
|
|
"node": 16
|
|
}
|
|
}
|
|
}
|