serverline-sim/tsconfig.json

9 lines
127 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"downlevelIteration": true
},
"include": [
"src/index.ts"
]
}