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