14 lines
288 B
JSON
14 lines
288 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/**"
|
|
]
|
|
}
|