12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"paths": {
|
|
"#cds/*": [
|
|
"./@cds/*"
|
|
]
|
|
}
|
|
}
|
|
}
|