nope/nopeconfig.json

16 lines
347 B
JSON
Raw Permalink Normal View History

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