zephyr-import
Version:
Parsing JSON data and import it to Zephyr as reports of autoamtion testing!
34 lines • 628 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"lib": [
"es2020"
],
"outDir": "./dist",
"alwaysStrict": false,
"allowJs": true,
"rootDir": "src",
"strict": false,
"noImplicitAny": false,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"pretty": true,
"declaration": true
},
"files": [
"src/apicall.ts",
"src/data.ts",
"src/jwt-auth.ts",
"src/main.ts",
],
"include": [
"src/*"
],
"exclude": [
"./node_modules",
"./config.json"
]
}