node-radius-server/tsconfig.eslint.json
2020-02-15 00:20:24 +01:00

12 lines
144 B
JSON

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