7 lines
116 B
JSON
7 lines
116 B
JSON
{
|
|
"paths": ["./src/**/*.[ch]"],
|
|
"filterPre": [".*"],
|
|
"filterPost": ["./build/**"],
|
|
"buildRoot": "./build"
|
|
}
|