3f600c664f
it's no longer needed to use stunnel ;-)
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts", "*.js", "*.ts", "__tests__/**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
}
|
|
}
|