18 lines
292 B
JSON
18 lines
292 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [".", ".github/actions/*/*.mjs"],
|
|
"exclude": [
|
|
"**/target",
|
|
"**/node_modules",
|
|
"**/dist",
|
|
"**/lib",
|
|
".coverage",
|
|
".yarn",
|
|
"**/test-results",
|
|
"**/web-static"
|
|
]
|
|
}
|