0e38fd3ea9
Types moved to @uncaged/workflow-protocol. npm package deprecated.
25 lines
648 B
JSON
25 lines
648 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["bun-types"],
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@uncaged/json-cas": ["./packages/json-cas/src/index.ts"],
|
|
"@uncaged/json-cas-fs": ["./packages/json-cas-fs/src/index.ts"]
|
|
},
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|