This commit is contained in:
2026-04-04 10:38:45 +02:00
parent 3314a37245
commit 2b79dd0eef
6 changed files with 39 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*.ts", "scripts/**/*.ts", "*.ts"]
}