mirror of https://codeberg.org/pzp/pzp-net.git
17 lines
476 B
JSON
17 lines
476 B
JSON
{
|
|
"include": ["declarations", "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",
|
|
"typeRoots": ["node_modules/@types", "declarations"]
|
|
}
|
|
} |