16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"app": "node bin/%name%.js",
|
|
"watch": {
|
|
"include": ["**"],
|
|
"exclude": [
|
|
"README.md",
|
|
"cdk*.json",
|
|
"jest.config.js",
|
|
"package*.json",
|
|
"yarn.lock",
|
|
"node_modules",
|
|
"test"
|
|
]
|
|
}
|
|
}
|