mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "nodenext",
|
|
"paths": {
|
|
"@schema/*": [
|
|
"./shared/schema/*"
|
|
],
|
|
"@services/*": [
|
|
"./shared/services/*"
|
|
],
|
|
"@data/*": [
|
|
"./shared/data/*"
|
|
],
|
|
"@functions/*": [
|
|
"./shared/functions/*"
|
|
],
|
|
"@utils/*": [
|
|
"./shared/utils/*"
|
|
]
|
|
},
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |