nope/nopeconfig.json
2020-11-12 17:07:05 +01:00

16 lines
347 B
JSON

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