27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"useDefineForClassFields": false,
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@bellini.io/api": [
|
|
"./ts_api/index.js"
|
|
],
|
|
"@bellini_private/catalog": [
|
|
"./ts_catalog/index.js"
|
|
],
|
|
"@bellini.io/interfaces": [
|
|
"./ts_interfaces/index.js"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"dist_*/**/*.d.ts"
|
|
]
|
|
} |