node-radius-server/__tests__/tsconfig.json

8 lines
124 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
},
"include": ["__tests__/*.ts", "*.ts", "../src/**/*.ts"]
}