nope/nopeconfig.json
2020-11-11 17:39:42 +01:00

16 lines
342 B
JSON

{
"analyzers": {
"typescript": {
"inputDir": "./modules/**/*.ts",
"tsConfig": "tsconfigBackend.json"
}
},
"parsers": {
"openApi": {
"outputDir": "./open-api/backend-api"
}
},
"tempDir": "./temp/",
"configDir": "./config",
"modules": "./modules"
}