beatstar_api/tsconfig.json

13 lines
262 B
JSON
Raw Permalink Normal View History

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