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