beatsaber-metrics-tracker/tsconfig.json
Liam 7b27079410
Some checks failed
deploy / deploy (push) Failing after 29s
inital commit
2023-10-27 12:10:20 +01:00

13 lines
249 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}