mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-03 16:20:06 -06:00
6 lines
116 B
JSON
Executable File
6 lines
116 B
JSON
Executable File
{
|
|
"ignore": ["src/locales/*", "*.log", "node_modules/*"],
|
|
"watch": ["src/**/*.js", "*.json"],
|
|
"ext": "js,json"
|
|
}
|