nope/nopeconfig.json

16 lines
342 B
JSON
Raw Normal View History

{
"analyzers": {
"typescript": {
"inputDir": "./modules/**/*.ts",
"tsConfig": "tsconfigBackend.json"
}
},
"parsers": {
"openApi": {
"outputDir": "./open-api/backend-api"
}
},
"tempDir": "./temp/",
"configDir": "./config",
2020-11-11 16:39:42 +00:00
"modules": "./modules"
}