mirror of
https://github.com/bendtherules/test-octokit-throttling.git
synced 2026-08-18 22:02:18 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "dist",
|
|
"lib": ["es2017", "dom"],
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"removeComments": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|