6 lines
142 B
JSON
6 lines
142 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*", "__tests__/**/*"],
|
|
"exclude": ["node_modules", "dist", "__tests__/**/*.d.ts"]
|
|
}
|