mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
28 lines
No EOL
756 B
JSON
28 lines
No EOL
756 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"noEmitOnError": false,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": false,
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"ES2023"
|
|
],
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
},
|
|
"include": ["src/index.ts"]
|
|
} |