mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"all": true,
|
|
"excludeAfterRemap": true,
|
|
"parserPlugins": ["objectRestSpread", "typescript"],
|
|
"reporter": ["text-summary", "lcov"],
|
|
"include": [
|
|
"packages/*/src/**/*.js",
|
|
"packages/*/src/**/*.ts",
|
|
"packages/*/src/**/*.marko"
|
|
],
|
|
"exclude": [
|
|
"**/__tests__",
|
|
"packages/runtime-tags/src/html/reorder-runtime.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|