mirror of https://codeberg.org/pzp/pzp-promise.git
update tsconfig.json
This commit is contained in:
parent
41e1f9502f
commit
908f7507c8
|
@ -3,7 +3,8 @@
|
|||
"exclude": ["coverage/", "node_modules/", "test/"],
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": ["es2022", "dom"],
|
||||
|
|
Loading…
Reference in New Issue