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