docs and types

This commit is contained in:
Anton Lavrenov
2023-08-26 20:36:40 -05:00
parent 4e28e1a322
commit cd2e17338a
6 changed files with 40 additions and 68 deletions

View File

@@ -8,7 +8,8 @@
"lib": ["ES2015", "dom"],
"moduleResolution": "node",
"declaration": true,
"removeComments": false
"removeComments": false,
"strictNullChecks": false,
},
"include": ["./src/**/*.ts"]
}