mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
20 lines
368 B
Text
20 lines
368 B
Text
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": false,
|
||
|
"decorators": true,
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"target": "es2020",
|
||
|
"baseUrl": "./"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"@types/",
|
||
|
"interfaces/"
|
||
|
],
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
},
|
||
|
"minify": true
|
||
|
}
|