mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
Also: - Add functionality for serving the responses from plugins - Add tests for related methods and routes Closes #2, #37
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"exclude": [
|
|
"./config/",
|
|
"./test/"
|
|
]
|
|
}
|