beatstar_api/tsconfig.json

12 lines
235 B
JSON
Raw Normal View History

2022-02-20 10:05:52 +01:00
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"outDir": "./build",
"rootDir": "./src",
"target": "es2021",
"skipLibCheck": true,
"strict": true
}
}