mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-10 15:19:18 +03:00
24 lines
338 B
Plaintext
24 lines
338 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"alias": {
|
|
"@@": ".",
|
|
"@": "./server/src"
|
|
},
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@@": ".",
|
|
"@": "./server/src"
|
|
}
|
|
}
|
|
}]
|
|
]
|
|
}
|