beatstar_api/tsconfig.json

12 lines
235 B
JSON

{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"outDir": "./build",
"rootDir": "./src",
"target": "es2021",
"skipLibCheck": true,
"strict": true
}
}