node-radius-server/tsconfig.eslint.json
simon 3f600c664f feat: add more auth providers and cleanup google auth
it's no longer needed to use stunnel ;-)
2020-02-23 20:42:36 +01:00

10 lines
193 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "*.js", "*.ts", "__tests__/**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}