Make more progress on package configuration, fill out C docs.

This commit is contained in:
Joshua Bemenderfer
2023-02-21 22:35:53 -05:00
parent fb90f825ed
commit 3b7077e761
19 changed files with 872 additions and 275 deletions

View File

@@ -0,0 +1,11 @@
{
"display": "Node 18",
"include": ["index.d.ts", "src/**/*"],
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true
}
}