diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-01-31 15:34:40 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-01-31 15:34:40 +0100 |
| commit | f1c0d57b427846a7aa9807b5b7bb4289212eed72 (patch) | |
| tree | becf89471ab7e66c4f96cf8c965274bf84058959 /semestre 1/anglais/presentation/tsconfig.json | |
Ajout du premier semestre
Diffstat (limited to 'semestre 1/anglais/presentation/tsconfig.json')
| -rw-r--r-- | semestre 1/anglais/presentation/tsconfig.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/semestre 1/anglais/presentation/tsconfig.json b/semestre 1/anglais/presentation/tsconfig.json new file mode 100644 index 0000000..238655f --- /dev/null +++ b/semestre 1/anglais/presentation/tsconfig.json @@ -0,0 +1,27 @@ +{ + "compilerOptions": { + // Enable latest features + "lib": ["ESNext", "DOM"], + "target": "ESNext", + "module": "ESNext", + "moduleDetection": "force", + "jsx": "react-jsx", + "allowJs": true, + + // Bundler mode + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "verbatimModuleSyntax": true, + "noEmit": true, + + // Best practices + "strict": true, + "skipLibCheck": true, + "noFallthroughCasesInSwitch": true, + + // Some stricter flags (disabled by default) + "noUnusedLocals": false, + "noUnusedParameters": false, + "noPropertyAccessFromIndexSignature": false + } +} |
