1
Fork 0
solar-conflux/typescript/og-website/nodemon.json

7 lines
227 B
JSON
Raw Normal View History

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