be9ad7b92e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["ESNext"],
|
|
"types": ["bun-types"],
|
|
"skipLibCheck": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"./assert-test-summary.ts",
|
|
"./assert-test-summary.test.ts",
|
|
"./publish-workflow.test.ts",
|
|
"./package-layout.test.ts"
|
|
]
|
|
}
|