19 lines
No EOL
325 B
JSON
19 lines
No EOL
325 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"apps/**/*.ts",
|
|
"apps/**/*.tsx",
|
|
"libs/**/*.ts",
|
|
"libs/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"**/dist/**",
|
|
"**/node_modules/**",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
"**/test/**",
|
|
"**/tests/**"
|
|
]
|
|
} |