mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
7 lines
140 B
JSON
7 lines
140 B
JSON
{
|
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["dist"],
|
|
"exec": "npm start",
|
|
"ext": "js"
|
|
}
|