Implement sequence

This commit is contained in:
2026-04-25 20:55:50 +02:00
parent e2a18101cf
commit a5866c08ff
62 changed files with 570 additions and 569 deletions

View File

@@ -1,11 +1,13 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext",
"rootDir": "./src/",
"outDir": "./dist/",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"strict": true
}
"outDir": "./dist/"
},
"include": [
"./src/"
]
}