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