mirror of https://codeberg.org/pzp/pzp-keypair.git
17 lines
425 B
JSON
17 lines
425 B
JSON
{
|
|
"include": ["lib/**/*.js"],
|
|
"exclude": ["coverage/", "node_modules/", "test/"],
|
|
"compilerOptions": {
|
|
"outDir": "types",
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["es2021", "dom"],
|
|
"module": "node16",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2021"
|
|
}
|
|
} |