learn-request-queue/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2020-06-24 21:34:53 +00:00
{
"compilerOptions": {
2020-08-03 05:06:28 +00:00
"target": "es2017",
2020-06-24 21:34:53 +00:00
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}