16 lines
490 B
JSON
16 lines
490 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": ["./publish-workflow.test.ts", "./package-layout.test.ts", "./lazycodex-marketplace-validation.ts", "./sync-lazycodex-marketplace.ts", "./sync-lazycodex-marketplace.test.ts"]
|
|
}
|