{
// whether feature is enabled
"enabled": true,
"startupfiles": [
"app.ts",
// open all files in the directory
"src/main/*",
// exclude server dir, app dir, user/control dir
"src/sub/*^[server app user/control]"
// exclude all child directory
"test/*^[*]",
...
]
}