Files
FEDEO/tsconfig.json
2025-09-12 19:30:01 +02:00

15 lines
335 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021"],
"module": "commonjs",
"outDir": "dist",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"noEmitOnError": false,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}