node-radius-server/tsconfig.eslint.json

12 lines
144 B
JSON
Raw Normal View History

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