beatsaber-metrics-tracker/tsconfig.json

13 lines
249 B
JSON
Raw Permalink Normal View History

2023-10-27 11:10:20 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}