Timothy J. Warren
8c54ceb104
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"moduleDetection": "force",
|
|
"target": "esnext",
|
|
"types": ["bun-types"],
|
|
"lib": ["ESNext"],
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"isolatedModules": true
|
|
},
|
|
"exclude": ["src/deno"]
|
|
}
|