1
Fork 0
solar-conflux/typescript/og-website/nodemon.json
Matei Adriel 4b9d6c80ad
typescript(og-website): initial setup, basic home page and some other things
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 13:26:11 +03:00

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"]
}