nope/nopeconfig.json

15 lines
265 B
JSON
Raw Normal View History

{
2020-11-09 14:28:09 +00:00
"analyzers": {
"typescript": {
"inputDir": "./test/**/*.ts",
"tsConfig": "tsconfigBackend.json"
}
},
2020-11-09 14:28:09 +00:00
"parsers": {
"openApi": {
"outputDir": "./open-api/backend-api"
}
},
"tempDir": "./temp/",
"configDir": "./config"
}