Deltas in a separate package [wip]

This commit is contained in:
Marcel Mraz
2025-02-07 15:33:28 +01:00
parent f00069be68
commit 858c65b314
16 changed files with 2362 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "ESNext",
"strict": true,
"outDir": "dist/types",
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "Node",
},
"exclude": [
"**/*.test.*",
"**/tests/*",
"types",
"dist",
],
}