7 lines
223 B
JSON
7 lines
223 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/nodemon.json",
|
||
|
"exec": "npm start",
|
||
|
"ext": "js,json,ts",
|
||
|
"ignore": ["node_modules", ".gitignore", ".vscode"]
|
||
|
}
|