node-radius-server/tsconfig.eslint.json

10 lines
193 B
JSON
Raw Normal View History

2020-02-14 23:20:24 +00:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "*.js", "*.ts", "__tests__/**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
2020-02-14 23:20:24 +00:00
}