feat: fileService.ts

This commit is contained in:
Lucàs
2024-09-20 22:08:00 +02:00
parent b8d5751374
commit 0382499c0d
15 changed files with 1415 additions and 16 deletions
-5
View File
@@ -3,24 +3,19 @@
/* Language and Environment */
"target": "es2016",
"lib": ["es6"],
/* Modules */
"module": "commonjs",
"rootDir": "src",
"resolveJsonModule": true,
/* JavaScript Support */
"allowJs": true,
"outDir": "build",
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"noImplicitAny": true,
/* Completeness */
"skipLibCheck": true
}