Files
XML-Cleaner/tsconfig.json
2024-08-12 17:08:47 +02:00

11 lines
221 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": "./out",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}