Files
2024-09-20 21:01:50 +02:00

14 lines
316 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"outDir": "build",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true
}
}