mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
616db7f68b
* object store k6 * update script * refactor * rename scripts * fix paths * fixes * fix client - check connected state * add teardown timeout * rename to grpc object store client * fail if health check fails * abort rather than fail * stale import * create `run.sh` * adjust for dummy server * fix mkdir * clean up dependencies * remove name and version * bring back name and version! * remove clean webpackk plugin * remove copy plugin * update yarn lock * remove stale import * update yarn lock * move perf tests to devenv/docker/loadtest-ts * add codeownres
27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"removeComments": false,
|
|
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"skipLibCheck": true
|
|
}
|
|
}
|