2019-10-20 12:26:11 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/nodemon.json",
|
|
|
|
"exec": "npm start",
|
2019-10-20 15:27:23 +02:00
|
|
|
"ext": "js,json,ts,css",
|
2019-10-20 12:26:11 +02:00
|
|
|
"ignore": ["node_modules", ".gitignore", ".vscode"]
|
|
|
|
}
|