9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"composite": true
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"]
|
|
}
|