Complete persistence foundation

This commit is contained in:
2026-07-26 12:33:13 +02:00
parent d7b98de56a
commit e1fc81a083
6 changed files with 18 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["scripts/**/*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}