beatstar_api/tsconfig.json

13 lines
262 B
JSON

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