9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/**/*", "e2e/**/*", "*.ts"]
|
|
}
|