9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noErrorTruncation": true
|
|
},
|
|
"include": ["src/**/*", "*.ts"],
|
|
"exclude": ["dist"]
|
|
}
|