cirnogodot/Scripts/Resources/Events/tsconfig.json
2025-02-21 18:57:00 +01:00

10 lines
204 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}