Some checks failed
Publish documentation / docs (push) Failing after 1m9s
BREAKING CHANGE: Requires Node.js v22.12.0 LTS or higher. ESM-only.
24 lines
405 B
JSON
24 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"outDir": "entry-asar",
|
|
"types": [
|
|
"node",
|
|
],
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": false
|
|
},
|
|
"include": [
|
|
"entry-asar"
|
|
],
|
|
"exclude": []
|
|
}
|