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