16 lines
No EOL
247 B
JSON
16 lines
No EOL
247 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
".github",
|
|
"examples",
|
|
"lib",
|
|
"node_modules",
|
|
"output",
|
|
"test",
|
|
"**/__mocks__/**",
|
|
"**/__tests__/**",
|
|
"**/*spec.ts",
|
|
"**/*test.ts"
|
|
]
|
|
} |