Gachamelia/tsconfig.json
Melaine Gérard c09fc4f4e8
Début de la refonte du code
- Passage en typescript
- Ajout Event Handler
2024-09-17 14:15:38 +02:00

13 lines
249 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}