mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
d337668599
* init load tests * add machine pat * setup app * add introspect * use xk6-modules repo * logging * add teardown * add manipulate user * add manipulate user * remove logs * convert tests to ts * add readme * zitadel * review comments
26 lines
606 B
JSON
26 lines
606 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"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
|
|
}
|
|
} |