neoss
Version:
<div align="center"> <h1>neoss</h1> <i>Socket statistics, with a UI.</i> </div> <p align="center"> <a href="https://img.shields.io/github/v/release/pablolec/neoss" target="_blank"> <img src="https://img.shields.io/github/v/release/pablolec/neo
19 lines (18 loc) • 352 B
JSON
{
"compilerOptions": {
"outDir": "build",
"target": "es6",
"module": "commonjs",
"allowJs": true,
"declaration": true,
"strict": true,
"noImplicitAny": false,
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": [
"dev"
]
}