diff --git a/nodemon-js.json b/nodemon-js.json index 7a3460f..ecc687b 100644 --- a/nodemon-js.json +++ b/nodemon-js.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ ".git", diff --git a/nodemon-swc.json b/nodemon-swc.json index 8e60f8c..5587b2f 100644 --- a/nodemon-swc.json +++ b/nodemon-swc.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "ignore": [ ".git", "node_modules", @@ -9,4 +10,4 @@ }, "ext": "ts", "exec": "yarn build && yarn start" -} \ No newline at end of file +} diff --git a/nodemon.json b/nodemon.json index 754a245..7b077ce 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ ".git", diff --git a/package.json b/package.json index fb37f9a..70a12ef 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/package.json", "name": "illegitimate-bot", "displayName": "Illegitimate Bot", "version": "1.0.0",