Some checks failed
Publish documentation / docs (push) Failing after 1m9s
BREAKING CHANGE: Requires Node.js v22.12.0 LTS or higher. ESM-only.
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"types": [
|
|
"node",
|
|
],
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|