20 lines
319 B
Text
20 lines
319 B
Text
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": false,
|
||
|
"decorators": true,
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"target": "es2020",
|
||
|
"paths": {
|
||
|
"~/*": ["./src/*"],
|
||
|
"~entities/*": ["./src/db/entities/*"]
|
||
|
},
|
||
|
"baseUrl": "."
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "es6"
|
||
|
}
|
||
|
}
|