new week new tasks

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-16 08:22:10 +02:00
parent cc735b3497
commit efa047b9c9
4 changed files with 0 additions and 212 deletions

View file

@ -1,20 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"outDir": "out",
"lib": [
"ES2020"
],
"sourceMap": true,
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules",
".vscode-test"
]
}