mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
25 lines
No EOL
601 B
JSON
25 lines
No EOL
601 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": false,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": false,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"target": "ES2017",
|
|
},
|
|
"include": ["src/index.ts", "src/index.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
} |