42 lines
No EOL
934 B
JSON
42 lines
No EOL
934 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"ES2024"
|
|
],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"outDir": "../../dist-sdk",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"../../src/*"
|
|
],
|
|
"~/*": [
|
|
"../../*"
|
|
],
|
|
"@shared/*": [
|
|
"../../src/shared/*"
|
|
],
|
|
"@clients/*": [
|
|
"../../src/clients/*"
|
|
],
|
|
"@schema/*": [
|
|
"../../src/bun/api/schema/*"
|
|
],
|
|
"@queries/*": [
|
|
"../../src/mainview/scripts/queries/*"
|
|
]
|
|
}
|
|
}
|
|
} |